Amy Paguirigan
Amy Paguirigan
From reading the spec it was not clear to me that read_json would read into a struct, NOR were the docs on Structs clear to me that you could nest...
I still don't understand then why `read_tsv` can't read a TSV with a header into a struct and then fail if the contents don't match what is expected. Why is...
Sorry for the multiple replies here, but are you using Cromwell to run these WDLs? What does your python parsing script do that fixes the issue of reading in a...
I really want to be able to have users look at a tsv and make their list of samples to run X workflow on, make sure their header matches the...
Workflow validation on a portion of the array prior to running the full workflow would also be valuable, though is a testing-based context. I also wonder about additional use cases...
I agree actually. I had to try to not write slice. I was originally (in Slack) thinking `slice` or `select_n` and it would be given an `Array[Int]` but just return...
So: `subset` and `slice` and `select` all imply that what is returned is only a portion of the original, IMHO, which if we are returning `Array[Array[Int]` would be suboptimal. Also...
What happens to the remaining elements of the array if the length of the array is not a multiple of n? 1. Is the MAX size of each split the...
Good to be explicit. That's what I ASSumed you were aiming for re: example, but good to spell it out in words too.
Can someone give me an example of what issue exists right now that would be solved by the addition of enum's in some form?