Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
averaging_pipeline
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
averaging_pipeline
Commits
2e049845
Commit
2e049845
authored
5 years ago
by
Mattia Mancini
Browse files
Options
Downloads
Patches
Plain Diff
Add steps to pipeline
parent
51c21290
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
workflow/averaging_pipeline.cwl
+111
-0
111 additions, 0 deletions
workflow/averaging_pipeline.cwl
with
111 additions
and
0 deletions
workflow/averaging_pipeline.cwl
+
111
−
0
View file @
2e049845
class: Workflow
cwlVersion: v1.0
id: averaging_pipeline
$namespaces:
sbg: 'https://www.sevenbridges.com/'
inputs:
- id: msin
type: Directory
'sbg:x': -88.39886474609375
'sbg:y': 95.5
- id: strategy
type: File?
'sbg:x': -467
'sbg:y': -264
- id: skymodel
'sbg:x': -356.85662841796875
'sbg:y': 130.74981689453125
outputs:
- id: msout
outputSource:
- dp3_execute/msout
type: Directory
'sbg:x': 384.60113525390625
'sbg:y': 155.5
steps:
- id: aoflagger_step_generator
in:
- id: steps
source:
- preflag_step_generator/augmented_steps
- id: strategy
source: strategy
- id: memoryperc
default: 0
- id: timewindow
default: 0
- id: overlapmax
default: 0
- id: pedantic
default: false
- id: keepstatistics
default: true
out:
- id: augmented_steps
run: ../lofar-cwl/steps/DP3.AOFlaggerStepGenerator.cwl
'sbg:x': -250
'sbg:y': -102
- id: preflag_step_generator
in:
- id: steps
source:
- channel_flagging/augmented_steps
out:
- id: augmented_steps
run: ../lofar-cwl/steps/DP3.PreflaggerStepGenerator.cwl
'sbg:x': -457
'sbg:y': -97
- id: channel_flagging
in:
- id: chan
default: '[0..nchan/32-1,31*nchan/32..nchan-1]'
out:
- id: augmented_steps
run: ../lofar-cwl/steps/DP3.PreflaggerStepGenerator.cwl
'sbg:x': -620
'sbg:y': -98
- id: demix_step_generator
in:
- id: steps
source:
- aoflagger_step_generator/augmented_steps
- id: baseline
default: 'CS*,RS*&'
- id: corrtype
default: cross
- id: timestep
default: 1
- id: freqstep
default: 4
- id: demixtimestep
default: 16
- id: demixfreqstep
default: 64
- id: ntimechunk
default: 0
- id: skymodel
source: skymodel
- id: instrumentmodel
default: instrument
out:
- id: augmented_steps
run: ../lofar-cwl/steps/DP3.DemixerStepGenerator.cwl
'sbg:x': -58
'sbg:y': -99
- id: dp3_execute
in:
- id: msin
source: msin
- id: steps
source:
- demix_step_generator/augmented_steps
out:
- id: secondary_output_files
- id: secondary_output_directories
- id: msout
run: ../lofar-cwl/steps/DP3.Execute.cwl
label: DP3.Execute
'sbg:x': 132
'sbg:y': 61
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