-
Notifications
You must be signed in to change notification settings - Fork 131
align: trim down print statements for insertions #1737
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
proposal
Proposals that warrant further discussion
Comments
That was a long time ago! No reason for them to go to stdout as far as I can see. Option 1. |
joverlee521
added a commit
that referenced
this issue
Mar 13, 2025
These print statements can flood the workflow logs with long insertion sequences that make it hard to parse. The same insertions are already output to the `insertion_csv` so there's no reason they need to be printed to stdout. Note I opted to keep the warning logs for an insertion of gaps since that is not captured in the `insertion_csv`. Resolves <#1737>
4 tasks
I ran into the flooded logs again this morning looking at the failed hmpv workflow so I'm just removing the logs in #1772. |
joverlee521
added a commit
that referenced
this issue
Apr 3, 2025
These print statements can flood the workflow logs with long insertion sequences that make it hard to parse. The same insertions are already output to the `insertion_csv` so there's no reason they need to be printed to stdout. Note I opted to keep the warning logs for an insertion of gaps since that is not captured in the `insertion_csv`. Resolves <#1737>
joverlee521
added a commit
that referenced
this issue
Apr 8, 2025
These print statements can flood the workflow logs with long insertion sequences that make it hard to parse. The same insertions are already output to the `insertion_csv` so there's no reason they need to be printed to stdout. Note I opted to keep the warning logs for an insertion of gaps since that is not captured in the `insertion_csv`. Resolves <#1737>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
I noticed that
augur align
prints insertions to stdout, which can potentially lead to workflow logs being flooded with long insertion sequences as noted in nextstrain/hmpv#8. I think we can trim down these print statements since the same insertions are output to a file. It's not entirely clear to me from reading #449 why insertions need to be print to stdout in addition to the output CSV file.Possible solution
--debug
flagaugur align
to a log file in workflows.The text was updated successfully, but these errors were encountered: