Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Jul 1, 2020
2 parents f660dc0 + 7b61d10 commit c117333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlas/rules/binning.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ rule get_unique_cluster_attribution:
"You can either remove the binner (for all samples) from the config.yaml file or the sample from the sample.tsv"
)
raise Exception("No bins detected with binner {wildcards.binner} in sample {wildcards.sample}.")
new_d.to_csv(output[0],sep='\t')
new_d.to_csv(output[0],sep='\t',header=False)
#

rule get_maxbin_cluster_attribution:
Expand Down

0 comments on commit c117333

Please sign in to comment.