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
457a3971
Commit
457a3971
authored
5 years ago
by
Mattia Mancini
Browse files
Options
Downloads
Patches
Plain Diff
Add ionosferic subworkflow
Former-commit-id:
f1c741f6
Former-commit-id:
6e8f97ad
parent
4ed4d05f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
subworkflow/ionosphere.cwl
+64
-0
64 additions, 0 deletions
subworkflow/ionosphere.cwl
subworkflow/losoto_ion.cwl
+59
-0
59 additions, 0 deletions
subworkflow/losoto_ion.cwl
with
123 additions
and
0 deletions
subworkflow/ionosphere.cwl
0 → 100644
+
64
−
0
View file @
457a3971
class: Workflow
cwlVersion: v1.0
id: ionosphere
label: ionosphere
$namespaces:
sbg: 'https://www.sevenbridges.com/'
inputs:
- id: msin
type: 'Directory[]'
'sbg:x': -590.3988647460938
'sbg:y': -21.5
- id: propagate_solutions
type: boolean
'sbg:x': -482.39886474609375
'sbg:y': -260.5
- id: flagunconverged
type: boolean
'sbg:x': -559.3988647460938
'sbg:y': 118.5
- id: do_smooth
type: boolean
'sbg:x': -420.39886474609375
'sbg:y': 229.5
outputs: []
steps:
- id: smooth_calibrate
in:
- id: msin
source:
- msin
- id: mode
default: diagonal
- id: propagate_solutions
source: propagate_solutions
- id: flagunconverged
source: flagunconverged
- id: do_smooth
source: do_smooth
out:
- id: h5parm
run: ./smooth_calibrate.cwl
label: smooth_calibrate
'sbg:x': -225
'sbg:y': -14
- id: h5parm_collector
in:
- id: h5parmFiles
source:
- smooth_calibrate/h5parm
- id: squeeze
default: true
- id: verbose
default: true
- id: clobber
default: true
out:
- id: outh5parm
- id: log
run: ../lofar-cwl/steps/H5ParmCollector.cwl
label: h5imp_cal_ion
'sbg:x': -42
'sbg:y': -19
requirements:
- class: SubworkflowFeatureRequirement
This diff is collapsed.
Click to expand it.
subworkflow/losoto_ion.cwl
0 → 100644
+
59
−
0
View file @
457a3971
class: Workflow
cwlVersion: v1.0
id: losoto_ion
label: losoto_ion
$namespaces:
sbg: 'https://www.sevenbridges.com/'
inputs:
- id: input_h5parm
type: File
'sbg:x': -588.3988647460938
'sbg:y': -147.5
outputs: []
steps:
- id: losoto_flag
in:
- id: input_h5parm
source: input_h5parm
out:
- id: output_h5parm
run: ../lofar-cwl/steps/LoSoTo.Flag.cwl
'sbg:x': -442.3984375
'sbg:y': -138.5
- id: losoto_flagextend
in:
- id: input_h5parm
source: losoto_flag/output_h5parm
out:
- id: output_h5parm
run: ../lofar-cwl/steps/LoSoTo.Flagextend.cwl
'sbg:x': -255
'sbg:y': -160
- id: losoto_reweight
in:
- id: input_h5parm
source: losoto_flagextend/output_h5parm
out:
- id: output_h5parm
run: ../lofar-cwl/steps/LoSoTo.Reweight.cwl
'sbg:x': 19
'sbg:y': -93
- id: losoto_duplicate
in:
- id: input_h5parm
source: losoto_reweight/output_h5parm
out:
- id: output_h5parm
run: ../lofar-cwl/steps/LoSoTo.Duplicate.cwl
'sbg:x': 241
'sbg:y': -96
- id: losoto_flagstation
in:
- id: input_h5parm
source: losoto_duplicate/output_h5parm
out:
- id: output_h5parm
run: ../lofar-cwl/steps/LoSoTo.FlagStation.cwl
'sbg:x': 579.6011352539062
'sbg:y': -62.5
requirements: []
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