Skip to content
Snippets Groups Projects
Commit 48c1c32a authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Bump CWL Version to v1.2

CWL v1.2 is more explicit about the way that strings in embedded code that contain a dollar sign ($) must be escaped. See https://www.commonwl.org/v1.2/Workflow.html#String_interpolation. It turned out that a few workflow steps contained inline Bash code with improperly escaped variables references. This has been fixed.
parent 4185da9d
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
#!/usr/bin/env cwl-runner
class: CommandLineTool
cwlVersion: v1.1
cwlVersion: v1.2
id: aoflagger
requirements:
......
class: CommandLineTool
cwlVersion: v1.1
cwlVersion: v1.2
$namespaces:
sbg: 'https://www.sevenbridges.com/'
id: check_ateam_separation
......
#!/usr/bin/env cwl-runner
class: Workflow
cwlVersion: v1.1
cwlVersion: v1.2
id: aoflagger_step_generator
inputs:
......
#!/usr/bin/env cwl-runner
class: Workflow
cwlVersion: v1.1
cwlVersion: v1.2
id: applybeam_step_generator
inputs:
......
#!/usr/bin/env cwl-runner
class: Workflow
cwlVersion: v1.1
cwlVersion: v1.2
id: applycal_step_generator
inputs:
......
#!/usr/bin/env cwl-runner
class: Workflow
cwlVersion: v1.1
cwlVersion: v1.2
id: average_step_generator
inputs:
......
#!/usr/bin/env cwl-runner
class: Workflow
cwlVersion: v1.1
cwlVersion: v1.2
$namespaces:
sbg: 'https://www.sevenbridges.com/'
id: demix_step_generator
......
#!/usr/bin/env cwl-runner
cwlVersion: v1.1
cwlVersion: v1.2
class: CommandLineTool
id: empty_parset_generator
baseCommand: [echo, 'steps=[]']
......
class: Workflow
cwlVersion: v1.1
cwlVersion: v1.2
id: dp3_execute
label: DP3.Execute
$namespaces:
......
#!/usr/bin/env cwl-runner
class: Workflow
cwlVersion: v1.1
cwlVersion: v1.2
$namespaces:
sbg: 'https://www.sevenbridges.com/'
id: dp3-filter-step-generator
......
#!/usr/bin/env cwl-runner
cwlVersion: v1.1
cwlVersion: v1.2
class: ExpressionTool
id: generic_step
......
#!/usr/bin/env cwl-runner
cwlVersion: v1.1
cwlVersion: v1.2
class: CommandLineTool
id: generic_step
......
#!/usr/bin/env cwl-runner
class: Workflow
cwlVersion: v1.1
cwlVersion: v1.2
id: preflag_step_generator
inputs:
......
class: ExpressionTool
cwlVersion: v1.1
cwlVersion: v1.2
id: selector
inputs:
- id: select_a
......
class: CommandLineTool
cwlVersion: v1.1
cwlVersion: v1.2
$namespaces:
sbg: 'https://www.sevenbridges.com/'
id: dppp
......
class: ExpressionTool
cwlVersion: v1.1
cwlVersion: v1.2
id: dirselector
inputs:
- id: inputs
......
class: ExpressionTool
cwlVersion: v1.1
cwlVersion: v1.2
id: fileselector
inputs:
- id: inputs
......
class: CommandLineTool
cwlVersion: v1.1
cwlVersion: v1.2
$namespaces:
sbg: 'https://www.sevenbridges.com/'
lofar: https://git.astron.nl/eosc/ontologies/raw/master/schema/lofar.owl
......
#!/usr/bin/env cwl-runner
class: CommandLineTool
cwlVersion: v1.1
cwlVersion: v1.2
id: losoto_abs
$namespaces:
......
#!/usr/bin/env cwl-runner
class: CommandLineTool
cwlVersion: v1.1
cwlVersion: v1.2
id: losoto_clip
$namespaces:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment