Giulio Genovese
Comments
Recent activity by Giulio Genovese
-
The appropriate way to group/aggregate elements of an array is to use the collect_by_key() function although this is only available in WDL development version. As an example, the following WDL: ver...
- View comment
- 0 votes
-
I think the problem is simply that in the code: python /usr/local/bin/sample_sheet \ "${inputFile}" You left a space after the "\" character, so it is not interpreted as a line continuation.
- View comment
- 0 votes
-
Super! That's awesome and very timing. Thank you Jason! :-)
- View comment
- 0 votes
-
I looked at the code and the error is generated from the ScatterKey.scala file: if(scatterSize > maxScatterWidth) { workflowExecutionActor ! JobFailedNonRetryableResponse(this, new Exception(s"Wor...
- View comment
- 0 votes
-
A job I submitted yesterday on Terra failed with the following message: Workflow has scatter width 38717, which is more than the max scatter width 35000 allowed per scatter! The scatter was not ca...
- View comment
- 0 votes
-
Just wanted to bring some closure. Rewriting the WDL to minimize the amount of metadata passed to tasks by passing files rather then Array[String] objects whenever possible did the trick and I was ...
- View comment
- 0 votes
-
Okay! There is no immediate hurry on my side. I am very happy to know that a solution is in the making. I know I am pushing the limits of Terra a bit, but overall I have been very positively impres...
- View comment
- 0 votes
-
As it is relevant to this post, I will mention that another possible solution to requiring that the list of output files be computed ahead of the task starting is to have the suffix() function impl...
- View comment
- 0 votes
-
Thank you Khalid. I am fine for this particular workflow. I wrote the WDL and I know exactly what it does so I know how to handle this. I am more worried about this happening to other users that wi...
- View comment
- 0 votes
-
It looks like someone did something ... the job used to say "Started Jul 22, 1:20 AM" and now it says "Started: Today, 5:33 PM" and "Ended: Today, 5:34 PM (0h 0m)": And it claims to have failed wh...
- View comment
- 0 votes