Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LINC
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ResearchAndDevelopment
LINC
Commits
5e1490de
Commit
5e1490de
authored
5 years ago
by
Tammo Jan Dijkema
Browse files
Options
Downloads
Patches
Plain Diff
Remove default for optional file
parent
79cbde0b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
steps/DP3.AOFlaggerStepGenerator.cwl
+0
-1
0 additions, 1 deletion
steps/DP3.AOFlaggerStepGenerator.cwl
test_workflow/test.cwl
+64
-0
64 additions, 0 deletions
test_workflow/test.cwl
with
64 additions
and
1 deletion
steps/DP3.AOFlaggerStepGenerator.cwl
+
0
−
1
View file @
5e1490de
...
...
@@ -28,7 +28,6 @@ inputs:
path of the input MS is used.
- id: strategy
type: File?
default: null
doc: >-
The name of the strategy file to use. If no name is given, the default
strategy is used which is fine for HBA. For LBA data the strategy
...
...
This diff is collapsed.
Click to expand it.
test_workflow/test.cwl
0 → 100644
+
64
−
0
View file @
5e1490de
class: Workflow
cwlVersion: v1.0
id: test
label: test
$namespaces:
sbg: 'https://www.sevenbridges.com'
inputs:
- id: msin
type: Directory
'sbg:x': -1111
'sbg:y': -277
outputs:
- id: msout
outputSource:
- dppp/msout
type: Directory
'sbg:x': -772.234375
'sbg:y': -472.50433349609375
steps:
- id: aoflagger_step_generator
in: []
out:
- id: parameters_out
run: ../steps/DP3.AOFlaggerStepGenerator.cwl
'sbg:x': -1357.640625
'sbg:y': -729.5
- id: average_step_generator
in:
- id: input_parset
source:
- aoflagger_step_generator/parameters_out
out:
- id: parameters_out
run: ../steps/DP3.AveragerStepGenerator.cwl
'sbg:x': -1125
'sbg:y': -729
- id: generic_step
in:
- id: parameters_input
source:
- average_step_generator/parameters_out
out:
- id: output_parset
- id: input_files
- id: input_directories
run: ../steps/DP3.ParsetGenerator.cwl
'sbg:x': -1174
'sbg:y': -525
- id: dppp
in:
- id: parset
source: generic_step/output_parset
- id: msin
source: msin
- id: secondary_files
source:
- generic_step/input_files
out:
- id: msout
run: ../steps/DPPP.cwl
'sbg:x': -957
'sbg:y': -530
requirements:
- class: SubworkflowFeatureRequirement
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