Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Encapsulate sets of inputs #102
Comments
kshakir
referenced
this issue
in broadinstitute/cromwell
Jul 25, 2017
Open
Secondary index files and directories in WDL #2269
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
davidbenjamin commentedApr 9, 2017
For Mutect we use a lot of sub-workflows, and it's tedious to pass a large set of parameters repeatedly. For example:
In this case, the same list of parameters is copied 5 times: the single-sample task inputs, the single-sample workflow inputs, the single-sample workflow's call to the task, the multi-sample workflow inputs, and the multi-sample workflow's call to the single-sample workflow. It would be really nice to be able to encapsulate all these parameters, eg