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
c5ab49c3
Commit
c5ab49c3
authored
5 years ago
by
Mattia Mancini
Browse files
Options
Downloads
Patches
Plain Diff
Add storagemanager parameter
parent
1f48b152
No related branches found
No related tags found
No related merge requests found
Pipeline
#789
passed with warnings
5 years ago
Stage: validate_cwl_scripts
Stage: test_steps
Changes
5
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
steps/DPPP.cwl
+6
-0
6 additions, 0 deletions
steps/DPPP.cwl
steps/applycal.cwl
+6
-1
6 additions, 1 deletion
steps/applycal.cwl
steps/ddecal.cwl
+5
-1
5 additions, 1 deletion
steps/ddecal.cwl
steps/gaincal.cwl
+5
-0
5 additions, 0 deletions
steps/gaincal.cwl
steps/predict.cwl
+5
-0
5 additions, 0 deletions
steps/predict.cwl
with
27 additions
and
2 deletions
steps/DPPP.cwl
+
6
−
0
View file @
c5ab49c3
...
@@ -43,6 +43,12 @@ inputs:
...
@@ -43,6 +43,12 @@ inputs:
inputBinding:
inputBinding:
position: 0
position: 0
prefix: '-msin.autoweight=True'
prefix: '-msin.autoweight=True'
- default: "dysco"
id: storagemanager
type: string
inputBinding:
position: 0
prefix: '-msout.storagemanager='
- default: ''
- default: ''
id: baseline
id: baseline
type: string
type: string
...
...
This diff is collapsed.
Click to expand it.
steps/applycal.cwl
+
6
−
1
View file @
c5ab49c3
...
@@ -48,11 +48,16 @@ inputs:
...
@@ -48,11 +48,16 @@ inputs:
Type of correction to perform. When using H5Parm, this is for now the name
Type of correction to perform. When using H5Parm, this is for now the name
of the soltab; the type will be deduced from the metadata in that soltab,
of the soltab; the type will be deduced from the metadata in that soltab,
except for full Jones, in which case correction should be 'fulljones'.
except for full Jones, in which case correction should be 'fulljones'.
- id: storagemanager
type: string
default: dysco
inputBinding
prefix: msout.storagemanager=
- id: updateweights
- id: updateweights
type: boolean?
type: boolean?
inputBinding:
inputBinding:
position: 0
position: 0
prefix: applycal.updateweights=True
prefix:
-
applycal.updateweights=True
outputs:
outputs:
- id: msout
- id: msout
doc: Output Measurement Set
doc: Output Measurement Set
...
...
This diff is collapsed.
Click to expand it.
steps/ddecal.cwl
+
5
−
1
View file @
c5ab49c3
...
@@ -90,7 +90,11 @@ inputs:
...
@@ -90,7 +90,11 @@ inputs:
and mode=rotation+diagonal.
and mode=rotation+diagonal.
inputBinding:
inputBinding:
prefix: flagdivergedonly=True
prefix: flagdivergedonly=True
- id: storagemanager
type: string
default: dysco
inputBinding
prefix: msout.storagemanager=
- id: mode
- id: mode
type:
type:
type: enum
type: enum
...
...
This diff is collapsed.
Click to expand it.
steps/gaincal.cwl
+
5
−
0
View file @
c5ab49c3
...
@@ -51,6 +51,11 @@ inputs:
...
@@ -51,6 +51,11 @@ inputs:
inputBinding:
inputBinding:
prefix: gaincal.usebeammodel=true
prefix: gaincal.usebeammodel=true
separate: false
separate: false
- id: storagemanager
type: string
default: dysco
inputBinding
prefix: msout.storagemanager=
- id: solint
- id: solint
type: int
type: int
default: 1
default: 1
...
...
This diff is collapsed.
Click to expand it.
steps/predict.cwl
+
5
−
0
View file @
c5ab49c3
...
@@ -21,6 +21,11 @@ inputs:
...
@@ -21,6 +21,11 @@ inputs:
prefix: msin.datacolumn=
prefix: msin.datacolumn=
separate: false
separate: false
doc: Input data Column
doc: Input data Column
- id: storagemanager
type: string
default: dysco
inputBinding
prefix: msout.storagemanager=
- default: MODEL_DATA
- default: MODEL_DATA
id: msout_datacolumn
id: msout_datacolumn
type: string
type: string
...
...
This diff is collapsed.
Click to expand it.
Mattia Mancini
@mancini
mentioned in commit
b5fd0c18
·
5 years ago
mentioned in commit
b5fd0c18
mentioned in commit b5fd0c18c9bc5816773574d86484d42463950492
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