Skip to content

Instantly share code, notes, and snippets.

@jdidion
Created August 31, 2021 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdidion/cb3ddc309cacb72dd79455a4ef2f3385 to your computer and use it in GitHub Desktop.
Save jdidion/cb3ddc309cacb72dd79455a4ef2f3385 to your computer and use it in GitHub Desktop.
{
"class": "CommandLineTool",
"inputs": [
{
"type": {
"type": "record",
"fields": [
{
"type": "File",
"format": "http://example.com/format1",
"name": "#main/record_input/f1"
},
{
"type": {
"type": "array",
"items": "File"
},
"format": "http://example.com/format2",
"name": "#main/record_input/f2"
}
]
},
"id": "#main/record_input"
},
{
"type": "File",
"format": "http://example.com/format1",
"id": "#main/regular_input"
}
],
"outputs": [],
"arguments": [
"true"
],
"id": "#main",
"cwlVersion": "v1.2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment