Skip to content

Commit

Permalink
force bakta output dir to hotfix
Browse files Browse the repository at this point in the history
issue of snakemake and bakta combination that consider the output dir to
exists already for bakta when it does not.
  • Loading branch information
cpauvert committed Apr 17, 2024
1 parent 8caea1c commit e968020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflow/rules/quality_check.smk
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ rule bakta_for_annotation:
bakta --db {params.db}/db/ \
--prefix {wildcards.isolate} \
--locus-tag {wildcards.isolate} \
--force \
--output {params.outdir} \
--replicons {input.replicon} \
--threads {threads} {input.fasta} &> {log}
Expand Down

0 comments on commit e968020

Please sign in to comment.