Improve handling of GTDB-Tk + Bin QC #954
Merged
dialvarezs merged 4 commits intonf-core:devfrom Dec 3, 2025
Merged
Conversation
Contributor
|
🤔 I think this might be fine as a temporary fix, if we want to squeak this in before the next release and fix the bug in the moment. But IMO GTDB-Tk should execute on /all/ bins if no BinQC tool is specified - even if they're low quality. It's already possible to set the GTDB QC thresholds to 0% completeness, 100% contamination anyway, even if you run a BinQC tool. |
96be421 to
1690a26
Compare
Member
Author
|
I guess you're right @prototaxites, let's go with this for now and then we can run GTDB-Tk on all bins if QC is disabled. |
prototaxites
approved these changes
Dec 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a warning message when no Bin QC tool is enabled and GTDB-Tk is.
It also prevent GTDB-Tk actually running when Bin QC is disabled or no QC tool is enabled.
Reported in slack: https://nfcore.slack.com/archives/CE9MS66BS/p1764749516249169
PR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).