Ash O'Farrell
Comments
Recent activity by Ash O'Farrell
-
It turns out this also helps with slow delocalization of files at the end of a task too! Throwing more space (and an SSD) at a task slashed the delocalization time of its outputs by almost 75%. Tha...
- View comment
- 1 vote
-
This does not appear to work in WDL 1.0, but there is still a way to do this! You can actually declare variables outside of the input or command sections, and those variables can be functions of va...
- View comment
- Edited
- 0 votes
-
I'm wondering if it might be a good idea to use this as opportunity for a wider discussion. Based on my own experience and from talking with a few BDC fellows, I have found that there is some probl...
- View comment
- 1 vote
-
The textbox at the bottom referencing "T101 Workflows QuickStart (click for guide)" to address https://support.terra.bio/hc/en-us/articles/9612163744923 is a 404. Any users reading this, you might...
- View comment
- 0 votes
-
Hello Stephanie! Originally this question was about Jupyter instead of WDL, but I think I can help out here. I just whipped up a simple samtools index WDL workflow for you and put it on Dockstore. ...
- View comment
- Edited
- 0 votes
-
I essentially want to coerce Array[Array[File]?] created via a scattered task's glob() into Array[Array[File]], because trying to scatter on arrays with optional types is a headache and/or not poss...
- View comment
- Edited
- 0 votes
-
This isn't urgent, feel free to address this when you can. So I put together a flowchart explaining how the workflow works: https://github.com/aofarrel/myco/blob/main/doc/overview.md Note that the ...
- View comment
- 0 votes
-
Yes, this is relevant to the other thread too. I again had select_all() not working as expected, this time on file outputs. I wrote a thread about it on the OpenWDL Slack, which I'll summarize here...
- View comment
- 0 votes
-
I've recently started seeing some odd behavior with select_all() as well, where null outputs appear to not be getting dropped. I'm wondering if that might be related to this bug. Has there been an ...
- View comment
- 0 votes
-
Chiming in to agree. Right now, localization and delocalization is pretty slow. Even after doing what's suggested here plus switching to SSDs, I'm seeing speeds of about 150 GB/hour. For comparison...
- View comment
- 0 votes