Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LOFAR-CWL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EOSC
LOFAR-CWL
Commits
1f48b152
Commit
1f48b152
authored
Mar 4, 2020
by
Mattia Mancini
Browse files
Options
Downloads
Patches
Plain Diff
Add input/output column
parent
50bef375
No related branches found
No related tags found
No related merge requests found
Pipeline
#786
passed with warnings
Mar 4, 2020
Stage: validate_cwl_scripts
Stage: test_steps
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
steps/DP3.Execute.cwl
+16
-4
16 additions, 4 deletions
steps/DP3.Execute.cwl
steps/DPPP.cwl
+20
-6
20 additions, 6 deletions
steps/DPPP.cwl
with
36 additions
and
10 deletions
steps/DP3.Execute.cwl
+
16
−
4
View file @
1f48b152
...
...
@@ -7,8 +7,8 @@ $namespaces:
inputs:
- id: msout_name
type: string
'sbg:x': -4
25.39886474609375
'sbg:y': 1
2
7
'sbg:x': -4
18
'sbg:y': 1
8
7
- id: msin
type: Directory
'sbg:x': -254.39886474609375
...
...
@@ -20,8 +20,16 @@ inputs:
- id: autoweight
type: boolean
default: true
'sbg:x': -113
'sbg:y': 290
'sbg:x': -42
'sbg:y': 305
- id: output_column
type: string?
'sbg:x': -513
'sbg:y': 104
- id: input_column
type: string?
'sbg:x': -248.0078125
'sbg:y': 363
outputs:
- id: secondary_output_files
outputSource:
...
...
@@ -76,6 +84,10 @@ steps:
source: generic_step/output_directory_names
- id: autoweight
source: autoweight
- id: output_column
source: output_column
- id: input_column
source: input_column
out:
- id: msout
- id: secondary_output_files
...
...
This diff is collapsed.
Click to expand it.
steps/DPPP.cwl
+
20
−
6
View file @
1f48b152
...
...
@@ -37,17 +37,31 @@ inputs:
- id: output_directory_names
type: Any
doc: Expected output file names
- id: autoweight
- default: true
id: autoweight
type: boolean
default: true
inputBinding:
prefix: -msin.autoweight=True
- id: baseline
position: 0
prefix: '-msin.autoweight=True'
- default: ''
id: baseline
type: string
default: ""
inputBinding:
prefix: -msin.baseline=
position: 0
prefix: '-msin.baseline='
separate: false
- default: DATA
id: output_column
type: string?
inputBinding:
position: 0
prefix: '-msout.datacolumn='
- default: DATA
id: input_column
type: string?
inputBinding:
position: 0
prefix: '-msin.datacolumn='
outputs:
- id: msout
doc: Output Measurement Set
...
...
This diff is collapsed.
Click to expand it.
Mattia Mancini
@mancini
mentioned in commit
9bc69f5e
·
Mar 27, 2020
mentioned in commit
9bc69f5e
mentioned in commit 9bc69f5e36eede584e8091665983e61e595ed768
Toggle commit list
Mattia Mancini
@mancini
mentioned in commit
cc4c90b9
·
Jun 10, 2020
mentioned in commit
cc4c90b9
mentioned in commit cc4c90b98561b28f58f3bcc3ddc52c7dc44e2a60
Toggle commit list
Mattia Mancini
@mancini
mentioned in commit
290d4957
·
Jun 10, 2020
mentioned in commit
290d4957
mentioned in commit 290d49573a4cf0eb3bb417bcec1218965682d80a
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment