Bug #16297
closed
Dirent entry Expression not handled correctly according to CWL spec
Added by Stanislaw Adaszewski almost 5 years ago.
Updated over 4 years ago.
Description
- class: InitialWorkDirRequirement
listing:
- entryname: 'script.sh'
entry: |
${
return 'abc';
}
According to the spec the script.sh should contain abc instead it contains "abc" (i.e. JSON-encoding of the return string value instead of the string itself).
- class: InitialWorkDirRequirement
listing:
- entryname: 'script.sh'
entry: |
${
return 'abc';
}
- Target version set to 2020-05-20 Sprint
- Target version changed from 2020-05-20 Sprint to 2020-06-03 Sprint
- Target version changed from 2020-06-03 Sprint to 2020-06-17 Sprint
- Target version changed from 2020-06-17 Sprint to 2020-07-01 Sprint
- Assigned To set to Peter Amstutz
- Target version changed from 2020-07-01 Sprint to 2020-07-15
- Status changed from New to In Progress
- Target version changed from 2020-07-15 to 2020-08-12 Sprint
- Description updated (diff)
- Status changed from In Progress to Resolved
Also available in: Atom
PDF