WDL: how to use scatter for multiple callers?
0
0
Entering edit mode
5.1 years ago
c.clarido ▴ 110

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 • 1.7k views
ADD COMMENT
2
Entering edit mode

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.

ADD REPLY

Login before adding your answer.

Traffic: 2982 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6