Skip to content

Commit

Permalink
cat on bins corrected error message, #168
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Feb 12, 2019
1 parent 326bc37 commit 687d6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlas/rules/cat_taxonomy.smk
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rule cat_on_bin:
flag=CAT_flag_downloaded,
genome= "genomes/taxonomy/{genome}/{genome}.fasta",
output:
expand("genomes/taxonomy/{genome}/{genome}.{extension}",
expand("genomes/taxonomy/{{genome}}/{{genome}}.{extension}",
extension=['bin2classification.txt',
'concatenated.alignment.diamond',
'ORF2LCA.txt','log'])
Expand Down

0 comments on commit 687d6db

Please sign in to comment.