Add fq2bam to methylseq#592
Conversation
| process { | ||
| withName: PARABRICKS_FQ2BAMMETH { | ||
| cache = 'lenient' // This is set because in the module command the index files are touched so as to have bwameth not complain | ||
| ext.args = '--low-memory' |
There was a problem hiding this comment.
we don't need this in all the runs, just on the tests
| ] | ||
| } | ||
|
|
||
| // SAMTOOLS_INDEX after PICARD_MARKDUPLICATES - publish to deduplicated when deduplication runs |
There was a problem hiding this comment.
we don't need this since we publish the *markdup.sorted.bam and .bai
|
@nf-core-bot fix linting |
|
@nf-core-bot fix linting |
|
The linting really is giving me a hard time lol |
|
Tests 2 for conda, singularity and docker show different snapshots for the 'latest' version vs the 25.04, unsure why. |
|
Warning Newer version of the nf-core template is available. Your pipeline is using an old version of the nf-core template: 3.5.1. For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation. |
|
Thanks a lot for this, @eduard-watchmaker! 🙏 Since this PR was opened, That makes this PR superseded — its core purpose (adding fq2bam to the bwa-mem path) is already on The only thing here not on Really appreciate the contribution — the approach matched exactly where |
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).