Skip to content
GitLab
Explore
Sign in
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
5e4af1cb
Commit
5e4af1cb
authored
Mar 6, 2023
by
Mattia Mancini
Browse files
Options
Downloads
Patches
Plain Diff
Make the fix for the station adder optional
parent
3f267d1b
Branches
Branches containing commit
No related tags found
1 merge request
!2
Make the fix for the station adder optional
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
compress_pipeline.cwl
+4
-0
4 additions, 0 deletions
compress_pipeline.cwl
download_and_compress_pipeline.cwl
+4
-0
4 additions, 0 deletions
download_and_compress_pipeline.cwl
steps/identify_issues.cwl
+6
-2
6 additions, 2 deletions
steps/identify_issues.cwl
with
14 additions
and
2 deletions
compress_pipeline.cwl
+
4
−
0
View file @
5e4af1cb
...
@@ -5,6 +5,8 @@ label: compress_pipeline
...
@@ -5,6 +5,8 @@ label: compress_pipeline
inputs:
inputs:
- id: flag_autocorrelation
- id: flag_autocorrelation
type: boolean?
type: boolean?
- id: is_long_baseline
type: boolean?
- id: msin
- id: msin
type: Directory
type: Directory
outputs:
outputs:
...
@@ -35,6 +37,8 @@ steps:
...
@@ -35,6 +37,8 @@ steps:
in:
in:
- id: msin
- id: msin
source: msin
source: msin
- id: is_long_baseline
source: is_long_baseline
out:
out:
- issue_list
- issue_list
- msout
- msout
...
...
This diff is collapsed.
Click to expand it.
download_and_compress_pipeline.cwl
+
4
−
0
View file @
5e4af1cb
...
@@ -6,6 +6,8 @@ inputs:
...
@@ -6,6 +6,8 @@ inputs:
type: boolean?
type: boolean?
- id: surls
- id: surls
type: 'string[]'
type: 'string[]'
- id: is_long_baseline
type: boolean
outputs:
outputs:
- id: compressed
- id: compressed
outputSource:
outputSource:
...
@@ -48,6 +50,8 @@ steps:
...
@@ -48,6 +50,8 @@ steps:
source: fetch_data/uncompressed
source: fetch_data/uncompressed
- id: flag_autocorrelation
- id: flag_autocorrelation
source: flag_autocorrelation
source: flag_autocorrelation
- id: is_long_baseline
source: is_long_baseline
scatter:
scatter:
- msin
- msin
out:
out:
...
...
This diff is collapsed.
Click to expand it.
steps/identify_issues.cwl
+
6
−
2
View file @
5e4af1cb
id: identify_issues
id: identify_issues
label: Identify Known issues
label: Identify Known issues
class: CommandLineTool
class: CommandLineTool
cwlVersion: v1.
0
cwlVersion: v1.
2
hints:
hints:
- class: DockerRequirement
- class: DockerRequirement
dockerPull: git.astron.nl:5000/ldv/ldv-images/lofar-legacy:latest
dockerPull: git.astron.nl:5000/ldv/ldv-images/lofar-legacy:latest
...
@@ -12,7 +12,11 @@ inputs:
...
@@ -12,7 +12,11 @@ inputs:
type: Directory
type: Directory
inputBinding:
inputBinding:
position: 1
position: 1
- id: is_long_baseline
type: boolean?
inputBinding:
position: 2
prefix: '--is_long_baseline'
outputs:
outputs:
- id: issue_list
- id: issue_list
type: string[]
type: string[]
...
...
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