We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49567d7 commit bc09111Copy full SHA for bc09111
1 file changed
bin/ntSynt
@@ -120,7 +120,7 @@ def main():
120
parser.error("Must supply at least two reference genomes to compare")
121
122
print(NTSYNT_ASCII)
123
- intro_string = ["Running ntSynt...",
+ intro_string = [f"Running {NTSYNT_VERSION}...",
124
f"Specified percent divergence: {args.divergence}",
125
"Parameter settings:",
126
f"\tfastas {fastas_input}",
0 commit comments