-
Notifications
You must be signed in to change notification settings - Fork 163
Add fq2bam to methylseq #592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
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).