Skip to content
Snippets Groups Projects
Select Git revision
  • 264f49f0621e2212a11b1cffa4cca9f721dc7fbe
  • master default protected
  • optimize_workflow
  • poppy_integration_v50
  • poppy_integration
  • releases/v5.0 protected
  • use-versioned-releases
  • releases/v5.0rc2 protected
  • releases/v5.0rc1 protected
  • releases/ldv_v407_atdb protected
  • ldv_v407_debug
  • releases/ldv_v406_debug protected
  • releases/ldv_v405 protected
  • releases/ldv_v404 protected
  • v5.0
  • v5.0rc2
  • v5.0rc1
  • ldv_v406_debug
  • ldv_v405_debug
  • ldv_v404
  • ldv_v403
  • ldv_v402
  • v4.0
  • ldv_v401
  • ldv_v40
  • ldv_v031
  • ldv_v03
  • ldv_v01
28 results

summary.cwl

Blame
  • 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