This is a test version of Biostars. For the public version, visit https://www.biostars.org.
WDL: how to use scatter for multiple callers?

Good day,

I have a bam file and 3 callers (delly,clever and lumpy) to detect structural variants and then use a tool (survivor) to merge the files.

I was wondering if there is a way to use scatter in WDL so that the three callers will each ouput a VCF file?

Kind regards, C.agaser

wdl scatter

I missed something. WDL can't tell the callers what to output, it only collects their output, if you'll define the vcf as output you could use that file later in the analysis. It is not scatter-gather though, just linear execution.

0 answers

No answers yet.

Log in to answer this question.