Skip to content

Commit

Permalink
fix: snpeff executable name
Browse files Browse the repository at this point in the history
  • Loading branch information
boasvdp committed Jul 4, 2023
1 parent 06482cd commit 2b9af66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/mtb_prepare_files.smk
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ WORKDIR=$(dirname {input.config})
CONFIG_NAME=$(basename {input.config})
DB_NAME=$(basename {input.db_dir})
cd $WORKDIR
snpEff build -genbank -v $DB_NAME -config $CONFIG_NAME -dataDir . 2>&1>{log}
snpeff build -genbank -v $DB_NAME -config $CONFIG_NAME -dataDir . 2>&1>{log}
"""


Expand Down

0 comments on commit 2b9af66

Please sign in to comment.