-
Notifications
You must be signed in to change notification settings - Fork 459
Collect intervallist channel output and propagate to genotyping step #1872
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
Warning Newer version of the nf-core template is available. Your pipeline is using an old version of the nf-core template: 3.0.2. For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation. |
@@ -16,7 +16,7 @@ process GATK4_GENOMICSDBIMPORT { | |||
output: | |||
tuple val(meta), path("$prefix") , optional:true, emit: genomicsdb | |||
tuple val(meta), path("$updated_db") , optional:true, emit: updatedb | |||
tuple val(meta), path("*.interval_list"), optional:true, emit: intervallist | |||
tuple val(meta), path("$interval_list"), optional:true, emit: intervallist |
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.
heads up: these changes should be made in nf-core/modules and then imported here so others benefit from the work too :)
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.
I have opened an issue (nf-core/modules#8393) and PR to nf-core modules (nf-core/modules#8394).
hey! Do you need to update the module, aka run nf-core modules update for the genotypegvcf module? |
Not sure I follow. As in for this PR? |
Addresses #1870
PR checklist
nf-core pipelines lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).