
Philipp Hahnel
Activity overview
Latest activity by Philipp Hahnel
-
Philipp Hahnel commented,
Dear Samantha, despite updating the input for the FilterAlignmentArtifacts call, the error unfortunately still persists. Would the GATK community forum that you linked to a better place to ask for...
- View comment
- 0 votes
-
Philipp Hahnel commented,
Dear Samantha, thank you very much! I've been updating some legacy code, so it must have slipped my attention that the tool was updated in its usage. Thanks as well for pointing me to the threads! ...
- View comment
- 0 votes
-
Philipp Hahnel commented,
Hi Samatha, I added the support email to the workspace ( https://app.terra.bio/#workspaces/carterlabtest/PH%20playground ). I hope you still have access to the carterlab group (from previous suppor...
- View comment
- Edited
- 0 votes
-
Philipp Hahnel created a post,
Java Runtime Environment crash in FilterAlignmentArtifacts
I am trying to run FilterAlignmentArtifacts on some Mutect2 output (after filtering etc), however, the Java Runtime Environment crashes. This is also the case for every other gatk docker version th...
- Philipp Hahnel
- 2 followers
- 5 comments
- 0 votes
-
Philipp Hahnel commented,
Hey Jason, I pondered a bit more about it and simplified it to some satisfactory state. I flattened the nested scatter and restricted the none_file hack to the scatter context: version developmentw...
- View comment
- 0 votes
-
Philipp Hahnel commented,
I realized that if we don't work with Strings but Files, we have to work a bit harder: version developmentworkflow runIterationWithNone { input { Boolean create_inner_array File te...
- View comment
- 0 votes
-
Philipp Hahnel commented,
All right, a workaround is to replace None with an empty string "" and then deal with the empty string in the task: version developmentworkflow runIterationWithNone { input { Boolean crea...
- View comment
- 0 votes
-
Philipp Hahnel commented,
Dear Jason, thanks a lot for reaching out to your colleagues! I'd appreciate if your WDL expert would have a closer look at this whenever is convenient. I'll also try other channels and will poke a...
- View comment
- 0 votes
-
Philipp Hahnel commented,
Thanks, Jason. The ultimate goal is to set up a proper multisample mutect2 pipeline. GATK currently does "multisample" by just running M2 in single tumor-normal pair mode for all pairs ... . Input ...
- View comment
- 0 votes
-
Philipp Hahnel created a post,
scatter over optional array
I have a case where I want to iterate over two arrays, one of which shall be optionally present or not. I created the test WDL below. In the case of create_inner_array = false it throws the error ...
- Philipp Hahnel
- Edited
- 3 followers
- 14 comments
- 0 votes