Collect intervallist channel output and propagate to genotyping step#1872
Collect intervallist channel output and propagate to genotyping step#1872percyfal wants to merge 2 commits into
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. |
| 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.
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.
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? |
|
Yes :) but that can only be done after the PR is merged in the modules repo! |
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.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).