Skip to content

Commit

Permalink
Update Snakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gguerr001 authored Mar 25, 2024
1 parent 91602a0 commit 8ef24fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ rule antismash:
out_dir = 'intermediate_files/antismash/{genus}_{species}_{str}_{replicon}/',
threads = THREADS
shell:
'source activate antismash_bacLIFE; antismash --cb-general --cb-knownclusters --cb-subclusters --output-dir {params.out_dir} -c 5 --asf --pfam2go --genefinding-tool prodigal --smcog-trees {input}'
'source activate antismash_bacLIFE; antismash --cb-general --cb-knownclusters --cb-subclusters --output-dir {params.out_dir} --asf --pfam2go --genefinding-tool prodigal --smcog-trees {input}'



Expand Down

0 comments on commit 8ef24fc

Please sign in to comment.