-
Notifications
You must be signed in to change notification settings - Fork 417
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
Add ApplyBQSR, SamtoolStats, BamQC #259
Conversation
// samtools index ${idSample}.bam | ||
|
||
// samtools index ${idSample}.recal.bam | ||
|
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.
// samtools index ${idSample}.bam | |
// samtools index ${idSample}.recal.bam |
modules/local/process/merge_bam.nf
Outdated
@@ -4,14 +4,16 @@ process MERGE_BAM { | |||
tag "${meta.id}" | |||
|
|||
input: | |||
tuple val(meta), path(bam), path(bai) | |||
tuple val(meta), path(bam)//, path(bai) optional: true |
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.
optional: true
for the input?
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.
This is void now, sorry still working on this.
@maxulysse maybe don't merge quite yet. I have a hunch about the problem with BamQC, but am too tired now. Hopefully, I can sit down in the morning with it :) |
Will merge, and we figure out the bamqc issues in the next PR |
nf-core/sarek pull request
Many thanks for contributing to nf-core/sarek!
Please fill in the appropriate checklist below (delete whatever is not relevant).
These are the most common things requested on pull requests (PRs).
PR checklist
nextflow run . -profile test,docker
).nf-core lint .
).docs
is updatedCHANGELOG.md
is updatedREADME.md
is updatedLearn more about contributing: CONTRIBUTING.md