bump quantms-rescoring version - fix bug with quantms-rescoring container permissions#681
bump quantms-rescoring version - fix bug with quantms-rescoring container permissions#681ypriverol merged 6 commits intobigbio:devfrom
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Review Summary by QodoUpgrade quantms-rescoring to 0.0.15 and remove environment setup code
WalkthroughsDescription• Upgrade quantms-rescoring container images to version 0.0.15 • Remove redundant UID/environment variable setup code from processes • Simplify container initialization across four rescoring modules Diagramflowchart LR
A["Four Rescoring Modules"] -->|"Update container version"| B["0.0.15 Images"]
A -->|"Remove UID setup code"| C["Simplified Scripts"]
B --> D["Enhanced Processes"]
C --> D
File Changes1. modules/local/utils/msrescore_features/main.nf
|
Code Review by Qodo
1. Removed UID/HOME hardening
|
|
Much better! Can you link the upstream fix PR please? |
|
Fix PR bigbio/quantms-rescoring#64 |
|
Also for tracing @daichengxin and @jpfeuffer, this PR tackles the following issue: #678 |
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).