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

Merge branch 'cwl-v12' into 'master'

Bump CWL Version to v1.2

See merge request eosc/prefactor3-cwl!57

Former-commit-id: 9ce49282 [formerly fae42eb2]
Former-commit-id: af1d6e51
Former-commit-id: b38cd200
parents d5017ebd 59bcfe37
No related branches found
No related tags found
No related merge requests found
Showing
with 21 additions and 21 deletions
class: CommandLineTool
cwlVersion: v1.1
cwlVersion: v1.2
$namespaces:
sbg: 'https://www.sevenbridges.com/'
id: bulk_rename
......@@ -33,7 +33,7 @@ requirements:
FILE_SUFFIX=$(inputs.file_suffix === null ? '' : inputs.file_suffix)
mkdir tmp
for i in "\${!FILE_LIST[@]}"; do
cp "\${FILE_LIST[\$i]}" "tmp/\${FILE_PREFIX}_\${i}\${FILE_SUFFIX}"
cp "\${FILE_LIST[\${i}]}" "tmp/\${FILE_PREFIX}_\${i}\${FILE_SUFFIX}"
done
writable: false
- class: InlineJavascriptRequirement
class: CommandLineTool
cwlVersion: v1.1
cwlVersion: v1.2
id: check_ateam_separation
baseCommand:
- check_Ateam_separation.py
......
......@@ -2,7 +2,7 @@ id: check_filtered_MS_array
label: check_filtered_MS_array
class: ExpressionTool
cwlVersion: v1.1
cwlVersion: v1.2
inputs:
- id: input
type: Directory[]
......
class: CommandLineTool
cwlVersion: v1.1
cwlVersion: v1.2
$namespaces:
sbg: 'https://www.sevenbridges.com/'
id: check_unflagged_fraction
......
class: CommandLineTool
cwlVersion: v1.1
cwlVersion: v1.2
$namespaces:
sbg: 'https://www.sevenbridges.com/'
id: collectlog
......
class: CommandLineTool
cwlVersion: v1.1
cwlVersion: v1.2
$namespaces:
sbg: 'https://www.sevenbridges.com/'
id: compare_station_list
......
class: CommandLineTool
cwlVersion: v1.1
cwlVersion: v1.2
$namespaces:
sbg: 'https://www.sevenbridges.com/'
id: concatfiles
......
class: CommandLineTool
cwlVersion: v1.1
cwlVersion: v1.2
id: createRMh5parm
label: createRMh5parm
baseCommand:
......
......@@ -3,7 +3,7 @@ $namespaces:
id: create_workflow_input
label: create_workflow_input
class: CommandLineTool
cwlVersion: v1.1
cwlVersion: v1.2
inputs:
- id: msin
type: Directory[]
......
class: CommandLineTool
cwlVersion: v1.1
cwlVersion: v1.2
$namespaces:
sbg: 'https://www.sevenbridges.com/'
id: directory_listing
......
class: CommandLineTool
cwlVersion: v1.1
cwlVersion: v1.2
id: make_parset
label: define_parset
$namespaces:
......
class: CommandLineTool
cwlVersion: v1.1
cwlVersion: v1.2
id: make_parset
label: define_parset
$namespaces:
......
class: CommandLineTool
cwlVersion: v1.1
cwlVersion: v1.2
$namespaces:
sbg: 'https://www.sevenbridges.com/'
id: dppp
......
class: CommandLineTool
cwlVersion: v1.1
cwlVersion: v1.2
$namespaces:
sbg: 'https://www.sevenbridges.com/'
id: dppp
......
class: CommandLineTool
cwlVersion: v1.1
cwlVersion: v1.2
id: filter_ms_group
baseCommand:
- python3
......
class: CommandLineTool
cwlVersion: v1.1
cwlVersion: v1.2
$namespaces:
sbg: 'https://www.sevenbridges.com/'
id: dppp
......
class: CommandLineTool
cwlVersion: v1.1
cwlVersion: v1.2
$namespaces:
sbg: 'https://www.sevenbridges.com/'
id: findRefAnt_join
......
class: CommandLineTool
cwlVersion: v1.1
cwlVersion: v1.2
$namespaces:
sbg: 'https://www.sevenbridges.com/'
id: find_skymodel_cal_py
......
class: CommandLineTool
cwlVersion: v1.1
cwlVersion: v1.2
$namespaces:
sbg: 'https://www.sevenbridges.com/'
id: find_skymodel_target_py
......
class: CommandLineTool
cwlVersion: v1.1
cwlVersion: v1.2
$namespaces:
lofar: 'https://git.astron.nl/eosc/ontologies/raw/master/schema/lofar.owl'
sbg: 'https://www.sevenbridges.com/'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment