Bug #17801
closedCannot use $(runtime.outdir) for outputBinding glob
Description
User reported regression, was using $(runtime.outdir)
to capture the output directory, but this no longer works in 2.2.
Updated by Peter Amstutz over 3 years ago
17801-runtime-outdir @ 8655bd8d309537ee7bb9c696c909ebffe3501483
Fix bug & add new integration test.
Updated by Peter Amstutz over 3 years ago
- Status changed from New to In Progress
Updated by Michael Crusoe over 3 years ago
Peter Amstutz wrote:
User reported regression, was using
$(runtime.outdir)
to capture the output directory, but this no longer works in 2.2.
Please file tickets requesting new conformance tests for all discovered regressions related to CWL.
Example: https://github.com/common-workflow-language/cwl-v1.2/issues/109
Updated by Nico César over 3 years ago
review @ 8655bd8d309537ee7bb9c696c909ebffe3501483 17801-runtime-outdir
The 1-line change and test look good to me.
I tried to understand a little more about the case that rest will be ".", it seems that having "/." in the path will cause this to happen and being innocuous
Ready to merge
Updated by Peter Amstutz over 3 years ago
- Status changed from In Progress to Resolved