nf-core/raredisease

GATK4_GERMLINECNVCALLER modules don't emit .calls. Should be .cohortcalls or .casecalls?

bnjvrjnke opened this issue · 2 comments

call_sv_germlinecnvcaller.nf use GATK4_GERMLINECNVCALLER.out.calls

GATK4_GERMLINECNVCALLER.out.calls.toList()

GATK4_GERMLINECNVCALLER module only emit cohortcalls and casecalls

tuple val(meta), path("*-cnv-model/*-calls"), emit: cohortcalls, optional: true

Thanks for reporting @bnjvrjnke. We'll make a patch for this

This is now fixed in the latest release @bnjvrjnke.