Skip to content

Commit

Permalink
removed Br26/Ov..from dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesGawron committed Jan 17, 2025
1 parent 828e4d0 commit 1ca78b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ def main():

splitting_summary = filter_out_non_CTC_clusters(splitting_summary,master_table)


splitting_summary = splitting_summary.loc[splitting_summary['Sample Name'] != 'Br26',:]
splitting_summary.to_csv('splittingSummary_full_with_sample_names.tsv', sep = '\t', index = False)

if __name__ == '__main__':
main()
main()

0 comments on commit 1ca78b9

Please sign in to comment.