Adam Nichols
Comments
Recent activity by Adam Nichols
-
Based on a quick browse through the WDL spec, I think the coercion from File to Array[File] is not actually supported - rather, it happened to work by accident. Such an accident is never guaranteed...
- View comment
- 0 votes
-
I can't review it, because I do not have access to that workspace.
- View comment
- 0 votes
-
Hi, In reference to However, since I tried launching the workflow yesterday afternoon going forward, this no longer works. can you please provide screenshots and/or exact error messages, please.
- View comment
- 0 votes
-
Based on what I can see from here, an older implementation of draft-2 in FireCloud erroneously excluded non-optional task inputs for which a default was provided. Is your workflow impaired from run...
- View comment
- 0 votes
-
The application automatically detects the WDL version based on the version header (no header for draft-2, version 1.0 for 1.0). You cannot use features from WDL 1.0 in a draft-2 WDL, like the input...
- View comment
- 0 votes
-
Also, I would not expect the change in display of method configuration to have any functional impact, so you could simply proceed using draft-2 with the knowledge that the display has changed.
- View comment
- 0 votes
-
You probably need a "version 1.0" declaration at the top. Upgrading from draft-2 to 1.0 is a non-trivial change and I do recommend familiarizing yourself with the spec before embarking. I will also...
- View comment
- 0 votes
-
If you enter a value of "2" for default_cpu in the method configuration, it should get picked up and replace the default value of "1" when the WDL runs. I believe we may have previously failed to e...
- View comment
- 0 votes
-
That's pretty cool, I did not know you could get operation description that easily!
- View comment
- 0 votes
-
Hello, Thanks for the information you provided. Based on a round of very informal research, I would suggest checking out https://github.com/NVIDIA/nvidia-docker for support with this tool. A recomm...
- View comment
- 0 votes