Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
imaging_compress_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
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LDV
imaging_compress_pipeline
Commits
ee077c4e
Commit
ee077c4e
authored
Mar 29, 2021
by
Mattia Mancini
Browse files
Options
Downloads
Patches
Plain Diff
Update docker image and remove Rabix tags
parent
76a4c430
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
compress_pipeline.cwl
+1
-23
1 addition, 23 deletions
compress_pipeline.cwl
steps/DPPP.cwl
+1
-1
1 addition, 1 deletion
steps/DPPP.cwl
with
2 additions
and
24 deletions
compress_pipeline.cwl
+
1
−
23
View file @
ee077c4e
...
...
@@ -2,24 +2,16 @@ class: Workflow
cwlVersion: v1.0
id: compress_pipeline_cwl
label: compress_pipeline.cwl
$namespaces:
sbg: 'https://www.sevenbridges.com/'
inputs:
- id: flag_autocorrelation
type: boolean?
'sbg:x': -41
'sbg:y': -212
- id: surls
type: 'string[]'
'sbg:x': -229
'sbg:y': -29
outputs:
- id: output
outputSource:
- inspect_flagging_dataloss/output
type: File[]
'sbg:x': 568.6015625
'sbg:y': 213.5
- id: logfile
outputSource:
- dppp/logfile
...
...
@@ -28,14 +20,10 @@ outputs:
items:
type: array
items: File
'sbg:x': 682.6015625
'sbg:y': 48.5
- id: msout
outputSource:
- dppp/msout
type: Directory[]
'sbg:x': 738.6015625
'sbg:y': -130.5
steps:
- id: surl_copy
in:
...
...
@@ -47,8 +35,6 @@ steps:
label: surl_copy
scatter:
- surl
'sbg:x': 14
'sbg:y': -28
- id: untar
in:
- id: tar_file
...
...
@@ -59,8 +45,6 @@ steps:
label: untar
scatter:
- tar_file
'sbg:x': 173
'sbg:y': -28
- id: dppp
in:
- id: parset
...
...
@@ -69,7 +53,7 @@ steps:
source: untar/uncompressed
- id: msout_name
source: untar/uncompressed
valueFrom: $("COMPRESSED_" + self
.basename
)
valueFrom: $("COMPRESSED_" + self)
- id: writefullresflag
default: true
- id: storagemanager
...
...
@@ -82,8 +66,6 @@ steps:
run: steps/DPPP.cwl
scatter:
- msin
'sbg:x': 471
'sbg:y': -75
- id: define_parset
in:
- id: flag_autocorrelation
...
...
@@ -92,8 +74,6 @@ steps:
- id: output
run: steps/define_parset.cwl
label: define_parset
'sbg:x': 196
'sbg:y': -227
- id: inspect_flagging_dataloss
in:
- id: input
...
...
@@ -104,8 +84,6 @@ steps:
label: inspect_flagging_dataloss
scatter:
- input
'sbg:x': 397
'sbg:y': 132
requirements:
- class: ScatterFeatureRequirement
- class: StepInputExpressionRequirement
...
...
This diff is collapsed.
Click to expand it.
steps/DPPP.cwl
+
1
−
1
View file @
ee077c4e
...
...
@@ -86,7 +86,7 @@ outputs:
glob: 'DPPP*.log'
hints:
- class: DockerRequirement
dockerPull: lofareosc/
prefactor:HBAcalibrator
dockerPull: lofareosc/
lofar-pipeline:latest
stdout: DPPP.log
stderr: DPPP_err.log
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