
James Gatter
Comments
Recent activity by James Gatter
-
Thanks Allie! I found that even if the Arrays aren't marked as Array types in the data table, Cromwell will still accept them so long as they are surrounded by square brackets and delimited by comm...
- View comment
- 0 votes
-
Is there any way to automitically parse a .tsv cell that contains a delimiter into an Array? For example turn text ["item1,item2,item3"] into an Array[String] = ["item1", "item2", "item3"]? I real...
- View comment
- Edited
- 0 votes
-
I accidentally removed dev snapshot 10, sorry! If you want to look at the dev version, make sure you are looking at 9, I believe that is the same as alexandria/dropseq_cumulus/1. I think just looki...
- View comment
- Edited
- 0 votes
-
Hi Jason, The methods should be publicly viewable but I've shared the both tools with you just in case. Hope that helps! Oh and the dev snapshot that fails is 9, not 11! James
- View comment
- Edited
- 0 votes
-
Hi Jason, So for delocalization in the log, the wrong files are being delocalized. For example, read_string("metadata.txt") should have looked inside metadata.txt for the path to the desired file, ...
- View comment
- Edited
- 0 votes