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 over 3 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 #1

Updated by Stanislaw Adaszewski almost 4 years ago

- class: InitialWorkDirRequirement
  listing:
    - entryname: 'script.sh'
      entry: |
        ${
          return 'abc';
        }
Actions #2

Updated by Peter Amstutz almost 4 years ago

  • Target version set to 2020-05-20 Sprint
Actions #3

Updated by Peter Amstutz almost 4 years ago

  • Target version changed from 2020-05-20 Sprint to 2020-06-03 Sprint
Actions #4

Updated by Peter Amstutz almost 4 years ago

  • Target version changed from 2020-06-03 Sprint to 2020-06-17 Sprint
Actions #5

Updated by Peter Amstutz almost 4 years ago

  • Target version changed from 2020-06-17 Sprint to 2020-07-01 Sprint
Actions #6

Updated by Peter Amstutz almost 4 years ago

  • Assigned To set to Peter Amstutz
Actions #7

Updated by Peter Amstutz almost 4 years ago

  • Category set to CWL
Actions #8

Updated by Peter Amstutz over 3 years ago

  • Target version changed from 2020-07-01 Sprint to 2020-07-15
Actions #9

Updated by Peter Amstutz over 3 years ago

Being fixed in upstream https://github.com/common-workflow-language/cwltool/pull/1309

Will be fixed when Arvados updates cwltool dependency.

Actions #10

Updated by Peter Amstutz over 3 years ago

  • Status changed from New to In Progress
Actions #11

Updated by Peter Amstutz over 3 years ago

Actions #12

Updated by Peter Amstutz over 3 years ago

  • Target version changed from 2020-07-15 to 2020-08-12 Sprint
Actions #13

Updated by Lucas Di Pentima over 3 years ago

  • Description updated (diff)
Actions #14

Updated by Peter Amstutz over 3 years ago

  • Status changed from In Progress to Resolved
Actions

Also available in: Atom PDF