Giulio Genovese
Activity overview
Latest activity by Giulio Genovese
-
Giulio Genovese commented,
Maybe time to implement in Cromwell/Terra a system to cache docker images when running large arrays of tasks? (similarly to what is done when running Cromwell with HPC shared filesystem environment...
- View comment
- 0 votes
-
Giulio Genovese commented,
Thank you! 🙏
- View comment
- 0 votes
-
Giulio Genovese commented,
I did notice that the Workflow Dashboard reports all error messages, which is good. For my own personal use I also know how to download the metadata through the API. I am mostly worried about users...
- View comment
- 0 votes
-
Giulio Genovese created a post,
Job Manager fails to provide more than one error message from the metadata
Some of the users of my workflows are having a hard time debugging a workflow when providing incorrect inputs. I have managed to create a minimal workflow that exposes the problem: version 1.0workf...
- Giulio Genovese
- Edited
- 5 followers
- 8 comments
- 3 votes
-
Giulio Genovese commented,
I wanted to mention that I have encountered the same issue last Saturday night / Sunday morning while running a workflow on GCS with my own instance of Cromwell. I have reported the problem here.
- View comment
- 0 votes
-
Giulio Genovese commented,
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
-
Giulio Genovese commented,
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
-
Giulio Genovese commented,
Super! That's awesome and very timing. Thank you Jason! :-)
- View comment
- 0 votes
-
Giulio Genovese commented,
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
-
Giulio Genovese commented,
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