Skip to content

Commit

Permalink
removed problematic "--complete" argument for bakta (asssumes that ea…
Browse files Browse the repository at this point in the history
…ch entry in the fasta is complete or circular)
  • Loading branch information
tpillone committed Nov 26, 2024
1 parent 6a9d3f8 commit 718ba52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/annotation/bakta.rules
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rule annotate_with_bakta:
shell:
"""
export LC_ALL=C
bakta --force --threads {threads} --db {params[database]} --compliant --output samples/{wildcards.sample}/annotation --prefix {wildcards.sample} --strain {wildcards.sample} --genus '{params.genus}' --species '{params.spec}' --locus-tag 'CHUV' --complete {input[contigs]}
bakta --force --threads {threads} --db {params[database]} --compliant --output samples/{wildcards.sample}/annotation --prefix {wildcards.sample} --strain {wildcards.sample} --genus '{params.genus}' --species '{params.spec}' --locus-tag 'CHUV' {input[contigs]}
unset LC_ALL
"""

Expand Down

0 comments on commit 718ba52

Please sign in to comment.