Skip to content
Snippets Groups Projects
Select Git revision
  • 80f16b43e23347fff2dc7e420ea9c84e0f54c2bf
  • 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

target_old.rst

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    check_ateam_separation.cwl 983 B
    class: CommandLineTool
    cwlVersion: v1.0
    $namespaces:
      sbg: 'https://www.sevenbridges.com/'
    id: check_ateam_separation
    baseCommand:
      - python3
      - /usr/local/bin/check_Ateam_separation.py
    inputs:
      - id: ms
        type:
          - Directory
          - type: array
            items: Directory
        inputBinding:
          position: 0
        doc: Input measurement set
      - default: Ateam_separation.png
        id: output_image_name
        type: string?
        inputBinding:
          position: 2
          prefix: '--outputimage'
      - id: min_separation
        type: int
        inputBinding:
          position: 1
          prefix: '--min_separation'
    outputs:
      - id: output_imag
        doc: Output image
        type: File?
        outputBinding:
          glob: $(inputs.output_image_name)
      - id: logfile
        type: File?
        outputBinding:
          glob: Ateam_separation.log
    label: check_Ateam_separation
    hints:
      - class: DockerRequirement
        dockerPull: lofareosc/lofar-pipeline
      - class: InlineJavascriptRequirement
    stdout: Ateam_separation.log