Project

General

Profile

Actions

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.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
CWL
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
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 1 (0 open1 closed)

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

Actions
Actions

Also available in: Atom PDF