Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Feature request: Nested scatter loops #71
Comments
|
We have a ticket to implement "workflows of workflows", which will effectively provide the functionality you need. |
awacs
commented
Dec 13, 2016
|
I've tried to implement this with sub_workflows but I'm still having trouble. a\tb doublesplit.wdl import "null.wdl" as other } null.wdl workflow nullscatter{ } The stdout is attached here |
awacs commentedNov 10, 2016
Please add the ability to do nested scatter loops. The current single sample workflow runs HaplotypeCaller in parallel by scattering over interval. I would like to add a scattering by sample step so it can handle multiple samples.