Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
L
LOFAR-CWL
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
EOSC
LOFAR-CWL
Commits
493a82a0
Commit
493a82a0
authored
Mar 12, 2020
by
mancini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Inplace ms modification
Former-commit-id:
fae733b7
parent
609ef53d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
steps/ddecal.cwl
steps/ddecal.cwl
+7
-3
No files found.
steps/ddecal.cwl
View file @
493a82a0
...
...
@@ -7,6 +7,10 @@ baseCommand: [DPPP]
requirements:
InlineJavascriptRequirement: {}
InitialWorkDirRequirement:
listing:
- entry: $(inputs.msin)
writable: true
hints:
DockerRequirement:
...
...
@@ -26,7 +30,7 @@ arguments:
inputs:
- id: msin
type: Directory
?
type: Directory
doc: Input Measurement Set
inputBinding:
prefix: msin=
...
...
@@ -57,7 +61,7 @@ inputs:
- id: msout_name
type: string
doc: Output Measurement Set
default:
out.MS
default:
"OUT.MS"
inputBinding:
prefix: msout=
separate: false
...
...
@@ -121,7 +125,7 @@ outputs:
doc: Output Measurement Set
type: Directory
outputBinding:
glob: $(inputs.ms
out_name=="."?inputs.msin:inputs.msout_name
)
glob: $(inputs.ms
in
)
- id: h5parm
doc: Filename of output H5Parm (to be read by e.g. losoto)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment