cwl job input file
1
1
Entering edit mode
6.7 years ago

Hi,

is there a specification for the job input file? The job input files I have seen so far all were a dict with workflow input names as key and some CWL types as value.

cwl • 1.4k views
ADD COMMENT
0
Entering edit mode
6.6 years ago

Hello wolfganggerlach1981,

The input file has a schema defined by the user: the input section of the CWL description being executed.

You are correct, the general format is a JSON/YAML dictionary where the dictionary key is the name of an input (from the corresponding inputs section) and the value is actual value provided (matching the declared type)

This input object syntax is not a mandatory part of the spec, as we allow and encourage other methods of collecting data from users (GUIs, etc). So far all CWL implementations that are publicly available allow for this format -- at least so they can run the CWL v1.0 conformance tests.

ADD COMMENT

Login before adding your answer.

Traffic: 2736 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6