Skip to content

Commit f0083f3

Browse files
authored
Update log message (#104)
1 parent 03f3893 commit f0083f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/ntjoin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def load_minimizers(self, repeat_bf=False):
163163

164164
def make_minimizer_graph(self):
165165
"Run ntJoin graph stage"
166-
print(datetime.datetime.today(), ": Generating ntJoin minimizer graph ...\n")
166+
print(datetime.datetime.today(), ": Generating minimizer graph ...\n")
167167

168168
# Print the weights of the input assemblies
169169
weight_str = "\n".join([f"{assembly}: {asm_weight}" for assembly, asm_weight in self.weights.items()])

0 commit comments

Comments
 (0)