122 issues in broadinstitute/wdl
Fix typo in SPEC.md
-
Opened by danbills
Jul 20, 2017 - 2 comments
small typo in SPEC.md
It says: "Tasks define all their outputs as declarations at the top of the task definition." It should say: "Tasks define all their inputs as declarations at the top of the task definition." ...
-
Opened by eitanbanks
Jul 20, 2017 - 1 comment
fixing typo in cross example
replacing incorrect use of crossProduct with cross
-
Opened by lbergelson
Jul 13, 2017 - 3 comments
Floor, Round and Ceil docs
-
Opened by cjllanwarne
Jun 30, 2017 - 14 comments
array slices
Very often I need to slice an array. For instance, in RNA-Seq experiments I have tsv files with first column as a condtion and all subsequent as GSM ids for samples. It would be useful to get all elements ...
-
Opened by antonkulaga
Jun 30, 2017
Take over Google's wdl_runner
This copies the code from https://github.com/googlegenomics/pipelines-api-examples/ and renames "wdl_runner" to "cromwell-on-google" to be more specific.
-
Opened by vdauwera
Jun 28, 2017 - 1 comment
Discrepancies within WDL script in converting to CWL
We are converting the WDL scripts to CWL, and there seem to be some discrepancies regarding the correct way to format arguments within the command line with boolean values. While working on converting ...
-
Opened by pkarnati2004
Jun 22, 2017
A contains style function for Array
This WDL forum post presents a use-case for why a contains style function on arrays could be very useful. It also reflects on the downsides of current workarounds in WDL. It would be helpful to have a ...
-
Opened by ruchim
Jun 19, 2017
quote command part option undocumented
In the spec, a command part option named quote is listed: https://github.com/broadinstitute/wdl/blob/develop/SPEC.md#command-part-options However, although the spec goes on to have a subsection explaining ...
-
Opened by jrandall
Jun 19, 2017
true and false command part options function unclear (and example broken)
It appears that the command part options example for true and false given in the SPEC (https://github.com/broadinstitute/wdl/blob/develop/SPEC.md#true-and-false) is broken. First of all, the parser does ...
-
Opened by jrandall
Jun 19, 2017