inab / WfExS-backend

Workflow Execution Service Backend
Apache License 2.0
16 stars 6 forks source link

Add support for `secondaryFiles` CWL #24

Closed lrodrin closed 2 years ago

lrodrin commented 2 years ago

As we can see in CWL Command Line Tool Description, several CWL workflows allow certain secondary files to be added alongside the primary files. The goal is to include parsing and representation functionality for it in the WfExS schema (schemas/stage-definition.json).

The representation as RO-Cratealso will be included.

jmfernandez commented 2 years ago

Could you checkout 8d81aac503dca656644f80579bcc2742b32abea0 and test new support for secondary parameters, please? The element to use is secondary-urls

jmfernandez commented 2 years ago

@lrodrin do you think secondary parameters support is in shape after the last fixes?

lrodrin commented 2 years ago

@jmfernandez yes. I tested it, and it is working well.