Skip to content
Snippets Groups Projects
Commit 7a20adc3 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Merge branch 'fix_long_baseline_autofix' into 'master'

Make the fix for the station adder optional

See merge request !2
parents 3f267d1b 5e4af1cb
No related branches found
No related tags found
1 merge request!2Make the fix for the station adder optional
......@@ -5,6 +5,8 @@ label: compress_pipeline
inputs:
- id: flag_autocorrelation
type: boolean?
- id: is_long_baseline
type: boolean?
- id: msin
type: Directory
outputs:
......@@ -35,6 +37,8 @@ steps:
in:
- id: msin
source: msin
- id: is_long_baseline
source: is_long_baseline
out:
- issue_list
- msout
......
......@@ -6,6 +6,8 @@ inputs:
type: boolean?
- id: surls
type: 'string[]'
- id: is_long_baseline
type: boolean
outputs:
- id: compressed
outputSource:
......@@ -48,6 +50,8 @@ steps:
source: fetch_data/uncompressed
- id: flag_autocorrelation
source: flag_autocorrelation
- id: is_long_baseline
source: is_long_baseline
scatter:
- msin
out:
......
id: identify_issues
label: Identify Known issues
class: CommandLineTool
cwlVersion: v1.0
cwlVersion: v1.2
hints:
- class: DockerRequirement
dockerPull: git.astron.nl:5000/ldv/ldv-images/lofar-legacy:latest
......@@ -12,7 +12,11 @@ inputs:
type: Directory
inputBinding:
position: 1
- id: is_long_baseline
type: boolean?
inputBinding:
position: 2
prefix: '--is_long_baseline'
outputs:
- id: issue_list
type: string[]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment