Skip to content
Snippets Groups Projects

Make the fix for the station adder optional

Merged Mattia Mancini requested to merge fix_long_baseline_autofix into master
All threads resolved!
3 files
+ 14
2
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 6
2
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[]
Loading