Fix Comet version reporting in pmultiqc software table#699
Open
Fix Comet version reporting in pmultiqc software table#699
Conversation
Up to standards ✅🟢 Issues
|
Agent-Logs-Url: https://github.com/bigbio/quantms/sessions/65fad332-d4b1-4296-a973-d1593c808db4 Co-authored-by: ypriverol <52113+ypriverol@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix comet version being null in pmultiqc
Fix Comet version reporting in pmultiqc software table
Apr 13, 2026
|
Add `|| echo "unknown"` so versions.yml gets a safe value if the bundled executable path ever changes between container rebuilds, rather than an empty/broken entry. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
In
dev, pmultiqc showsCometversion asnullbecause the version command in the COMET module targets a binary name that is not available in the current OpenMS container. This updates version extraction to use the bundled Comet executable and parse its output reliably.Root cause
modules/local/openms/comet/main.nfusedcometfor version collection, but the container exposes Comet at/opt/OpenMS/thirdparty/Comet/comet.exe.Change
Cometversions.yml command to call the bundled executable directly.Impact
nf_core_quantms_software_mqc_versions.ymlnow carries a concreteCometversion value, so pmultiqc no longer rendersnullfor Comet.