Skip to content

Commit bc09111

Browse files
authored
Add ntSynt version to driver script log (#84)
1 parent 49567d7 commit bc09111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/ntSynt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def main():
120120
parser.error("Must supply at least two reference genomes to compare")
121121

122122
print(NTSYNT_ASCII)
123-
intro_string = ["Running ntSynt...",
123+
intro_string = [f"Running {NTSYNT_VERSION}...",
124124
f"Specified percent divergence: {args.divergence}",
125125
"Parameter settings:",
126126
f"\tfastas {fastas_input}",

0 commit comments

Comments
 (0)