Skip to content

Commit 11d28d2

Browse files
committed
closes #256
Only change is needed for BeatAML - MPNST issue handed on synapse.
1 parent f144edb commit 11d28d2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/beatAML/GetBeatAML.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,7 @@ def map_and_combine(df, data_type, entrez_map_file, improve_map_file, map_file=N
468468
mapped_df.insert(0, 'improve_sample_id', mapped_df.pop('improve_sample_id'))
469469
mapped_df['source'] = 'synapse'
470470
mapped_df['study'] = 'BeatAML'
471+
mapped_df =mapped_df.drop_duplicates()
471472

472473
final_dataframe = mapped_df.dropna()
473474
return final_dataframe

0 commit comments

Comments
 (0)