nf-core / raredisease

Call and score variants from WGS/WES of rare disease patients.

Home Page:https://nf-co.re/raredisease

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

bnjvrjnke opened this issue · 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.