array slices #120
Labels
L-enhancement
(Legacy) An enhancement to the WDL language.
Z-specification-change
(Metadata) An issue or PR related to a specification change.
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 of array except the first. I would love to have something either like Scala's head/tail or like Python access for slices of the array.
The text was updated successfully, but these errors were encountered: