Skip to content

Commit

Permalink
MAINT: update log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Sep 6, 2024
1 parent a50b1e9 commit 84dd185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reneo/workflow/scripts/reneo.py
Original file line number Diff line number Diff line change
Expand Up @@ -1606,7 +1606,7 @@ def main(**kwargs):
)
kwargs["logger"].info(f"Minimum coverage of paths to output: {kwargs['mincov']}")
kwargs["logger"].info(
f"Minimum unitig count to consider a component: {kwargs['compcount']}"
f"Maximum unitig count to consider a component: {kwargs['compcount']}"
)
kwargs["logger"].info(
f"Maximum number of paths to resolve for a component: {kwargs['maxpaths']}"
Expand Down

0 comments on commit 84dd185

Please sign in to comment.