Project

General

Profile

Actions

Bug #16297

closed

Dirent entry Expression not handled correctly according to CWL spec

Added by Stanislaw Adaszewski about 4 years ago. Updated almost 4 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
CWL
Target version:
Story points:
-

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).


Related issues

Blocked by Arvados - Idea #16353: 1.2 spec workResolvedPeter Amstutz07/07/2020Actions
Actions

Also available in: Atom PDF