
Roger Dettloff
Comments
Votes on activity by Roger Dettloff
-
Hi Sushma ChaluvadiI found this article helpful, but it left me wondering how to upload a more complex WDL script that imports relative dependencies. The Cromwell server is said to allow us to sub...
- View comment
- 4 votes
-
I had one more issue with this gatk4-exome-analysis-pipeline:I also needed to increase the runtime memory for the QC.CollectHsMetrics step. This was easy to do, since that task takes a "memory_mul...
- View comment
- 0 votes
-
BeriI've noticed that the latest version of this workflow in the git repo now has relative imports for several wdl files. For example: `import "./tasks/UnmappedBamToAlignedBam.wdl" as ToBam`.How ca...
- View comment
- Edited
- 0 votes
-
BeriI was able to resolve this issue by increasing the runtime memory for the SortSam call in BamProcessing.wdl from 5000 to 10000, like this:runtime {docker: "us.gcr.io/broad-gotc-prod/genomes-in-...
- View comment
- 0 votes
-
While running the https://github.com/gatk-workflows/gatk4-exome-analysis-pipeline workflow. I keep getting this error message: "Job Failed with Error Code 10 for a machine where Preemptible is set ...
- View comment
- 0 votes