Merging template updates 2.7.2#373
Conversation
|
| label 'process_single' | ||
|
|
||
| conda (params.enable_conda ? 'bioconda::multiqc=1.13' : null) | ||
| conda "bioconda::multiqc=1.13" |
There was a problem hiding this comment.
Hm, does that mean that this change should be made for all modules, i.e. all the local modules?
jfy133
left a comment
There was a problem hiding this comment.
Overall looks straightforward to me, I'm not sure about the AR2 output channel refactor though - something to check
|
|
||
| // pair1 and 2 come for PE data from separate output channels, so bring | ||
| // this back together again here | ||
| ch_adapterremoval_pe_out = Channel.empty() |
There was a problem hiding this comment.
This deletion may not work, as if you do merging of PE data you won't have the truncated output channel from the AR module (reviewed from my phone, so I'm not 💯 sure)
There was a problem hiding this comment.
Hi @jfy133 ,
isn't the same true for ADAPTERREMOVAL_SE.out.singles_truncated, i.e. that there is no such output if there are no single-end reads? So I think if there are no single-end reads it doesn't cause a problem, the output channel exists, it's just empty. Or am I missing something?
There was a problem hiding this comment.
Actually ignore me, I confused myself - you don't want to do merging in this pipeline 😅 so it's irrelevent! You're correct , the output channel is just empty because the module wouldn't get executed.
|
Hi @jfy133, the Did you observe this before or is this new? |
|
I hope I didn't miss anything :D Maybe worth mentioning:
And I saw that |
d4straub
left a comment
There was a problem hiding this comment.
Looks good to me. Not sure about the channel problem above though.
This is only when you're doing read-merging (collapsing), which is not performed in the pipeline so we should be fine :) |
Template update 2.7.2
PR checklist
nf-core lint).nextflow run . -profile 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).