Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LINC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Frits Sweijen
LINC
Commits
dd2add88
Commit
dd2add88
authored
3 years ago
by
alex
Committed by
alex
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
change input/output type to Directory[]
parent
3757f3a0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
steps/aoflag.cwl
+2
-2
2 additions, 2 deletions
steps/aoflag.cwl
steps/ms_concat.cwl
+2
-2
2 additions, 2 deletions
steps/ms_concat.cwl
with
4 additions
and
4 deletions
steps/aoflag.cwl
+
2
−
2
View file @
dd2add88
...
...
@@ -17,12 +17,12 @@ inputs:
type: Directory[]
doc: Input measurement set
- id: concat_meta_ms
type: Directory
type: Directory
[]
doc: Input measurement set
# inputBinding:
# position: 0
- id: concat_additional_ms
type: Directory
type: Directory
[]
doc: Input measurement set
- id: verbose
type: boolean?
...
...
This diff is collapsed.
Click to expand it.
steps/ms_concat.cwl
+
2
−
2
View file @
dd2add88
...
...
@@ -30,12 +30,12 @@ inputs:
position: 2
outputs:
- id: concat_meta_ms
type: 'Directory'
type: 'Directory
[]
'
outputBinding:
glob: |
workdir/$(inputs.msout)_[0-9*]
- id: concat_additional_ms
type: 'Directory'
type: 'Directory
[]
'
outputBinding:
glob: |
workdir/$(inputs.msout)_*_CONCAT
...
...
This diff is collapsed.
Click to expand it.
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