Skip to content

Commit

Permalink
Update log message (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcoombe authored Feb 5, 2024
1 parent 03f3893 commit f0083f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ntjoin.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def load_minimizers(self, repeat_bf=False):

def make_minimizer_graph(self):
"Run ntJoin graph stage"
print(datetime.datetime.today(), ": Generating ntJoin minimizer graph ...\n")
print(datetime.datetime.today(), ": Generating minimizer graph ...\n")

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

0 comments on commit f0083f3

Please sign in to comment.