Select Git revision
summary.cwl
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
summary.cwl 3.14 KiB
class: CommandLineTool
cwlVersion: v1.1
$namespaces:
lofar: 'https://git.astron.nl/eosc/ontologies/raw/master/schema/lofar.owl'
sbg: 'https://www.sevenbridges.com/'
id: summary
baseCommand:
- make_summary_CWL.py
inputs:
- id: flagFiles
type:
- 'File[]'
- File
inputBinding:
position: 1
doc: List of files with flag information (JSON)
- id: pipeline
type: string?
default: 'prefactor'
inputBinding:
position: 0
prefix: '--pipeline'
doc: Name of the pipeline
- id: run_type
default: 'calibrator'
type: string?
inputBinding:
position: 0
prefix: '--run_type'
doc: Type of the pipeline
- id: filter
default: '*&'
type: string?
inputBinding:
position: 0
prefix: '--filtered_antennas'
doc: Filter these antenna string from the processing.
- id: bad_antennas
default: '*&'
type: string?
inputBinding:
position: 0
prefix: '--bad_antennas'
doc: Antenna string to be processed
- id: structure_file
default: false
type:
- boolean?
- File?
inputBinding:
position: 0
prefix: '--structure_file'
- id: Ateam_separation_file
default: false
type:
- boolean?
- File?
inputBinding:
position: 0
prefix: '--Ateam_separation_file'
- id: solutions
default: false
type:
- boolean?
- File?
inputBinding:
position: 0
prefix: '--solutions'
- id: clip_sources
default: false