We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82ae0f commit f9e57b7Copy full SHA for f9e57b7
bin/bactopia-assembler
@@ -14,7 +14,7 @@ fi
14
15
OUTDIR=results
16
if [[ "$1" == "version" ]] || [[ "$1" == "--version" ]]; then
17
- echo "bactopia ${VERSION}"
+ echo "bactopia-assembler ${VERSION}"
18
exit
19
elif [ "${ASSEMBLER}" == "unicycler" ]; then
20
unicycler "${@:3}"
0 commit comments