Skip to content

Commit

Permalink
Merge pull request #88 from DrB-S/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung authored Jul 14, 2023
2 parents f3cfe37 + 2699afa commit 986b26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/HeatCluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Remove 'snp-dists 0.8.2', '_contigs' and '_genomic', & replace commas with tabs
cleaned_lines = [line.replace('snp-dists 0.8.2\t', '').replace('snp-dists 0.8.2,', '').
replace(",", "\t").replace('_contigs', '').replace('_genomic', '')
replace(",", "\t").replace('_contigs', '').replace('_genomic', '').replace("^\t", '')
for line in lines]

# Combine the cleaned lines into a single string instead of a file
Expand Down

0 comments on commit 986b26d

Please sign in to comment.