Skip to content

Commit f9e57b7

Browse files
committed
add version info
1 parent f82ae0f commit f9e57b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bin/bactopia-assembler

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414

1515
OUTDIR=results
1616
if [[ "$1" == "version" ]] || [[ "$1" == "--version" ]]; then
17-
echo "bactopia ${VERSION}"
17+
echo "bactopia-assembler ${VERSION}"
1818
exit
1919
elif [ "${ASSEMBLER}" == "unicycler" ]; then
2020
unicycler "${@:3}"

0 commit comments

Comments
 (0)