Skip to content

Commit

Permalink
feat: use env variable to run antiSMASH fungi mode
Browse files Browse the repository at this point in the history
  • Loading branch information
matinnuhamunada committed Nov 26, 2024
1 parent ff9ff66 commit 9ccecc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/antismash.smk
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ elif antismash_major_version >= 7:
folder=directory("data/interim/antismash/{version}/{strains}/"),
antismash_db_path=antismash_db_path,
genefinding="none",
taxon="bacteria",
taxon=os.getenv("BGCFLOW_ANTISMASH_MODE", "bacteria")
shell:
"""
set +e
Expand Down

0 comments on commit 9ccecc7

Please sign in to comment.