Dev#108
Conversation
…r_somatic into template_update
Template update
fix clairs indel calling
Documentation
Igenomes aws
There was a problem hiding this comment.
Pull request overview
This pull request adds multiple nf-core modules to the pipeline, including tools for alignment (minimap2), variant calling/structural variant detection (severus, longphase), quality control (samtools, mosdepth, multiqc), methylation analysis (modkit), compression utilities (pigz, untar), and variant manipulation (bcftools). The changes appear to be focused on expanding the pipeline's capabilities for long-read somatic variant analysis.
- Adds 15+ new nf-core module implementations
- Includes comprehensive test suites with nf-test for all new modules
- Updates module versions (e.g., multiqc 1.25.1 → 1.32, samtools to 1.21)
Reviewed changes
Copilot reviewed 220 out of 259 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| modules/nf-core/severus/* | Adds severus module (v1.6) for somatic SV calling with updated inputs/outputs |
| modules/nf-core/untar/* | Adds untar module for archive extraction |
| modules/nf-core/samtools/* | Adds samtools submodules (stats, index, idxstats, flagstat, faidx, cat) |
| modules/nf-core/mosdepth/* | Adds mosdepth module for sequencing coverage calculation |
| modules/nf-core/multiqc/* | Updates multiqc from v1.25.1 to v1.32 |
| modules/nf-core/modkit/pileup/* | Adds modkit pileup module for methylation analysis |
| modules/nf-core/minimap2/* | Adds minimap2 align and index modules |
| modules/nf-core/pigz/uncompress/* | Adds pigz uncompress module for parallel decompression |
| modules/nf-core/longphase/* | Adds longphase configuration files for phasing |
| modules/nf-core/bcftools/merge/* | Adds bcftools merge configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
|
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).