Skip to content
Snippets Groups Projects
Select Git revision
  • aefee505516154a4ce2d803d28bb6ef1e4e9e4ab
  • master default protected
  • releases/v0.5.17.tim_survey protected
  • compress_tim_survey_no_metadata_compression
  • v0.5.x
  • juelich_0_5_18
  • releases/v0.6.0.tim_survey protected
  • compress_tim_survey
  • releases/v0.5.18 protected
  • expose_elevation_for_parset
  • releases/v0.5.17 protected
  • releases/v0.6.0 protected
  • releases/v0.5.19 protected
  • releases/v0.5.16 protected
  • releases/v0.5.15 protected
  • nico_testing_juelich
  • nightly_build_test
  • releases/v0.5.14 protected
  • releases/v0.5.13 protected
  • releases/v0.5.12 protected
  • releases/v0.5.11 protected
  • v0.5.17.tim_survey
  • v0.6.0.tim_survey
  • v0.5.18
  • v0.5.17
  • v0.6.0
  • v0.5.16
  • v0.5.15
  • v0.5.14
  • v0.5.13
  • v0.5.12
  • v0.5.11
  • v0.5.10
  • v0.5.9
  • v0.5.8
  • v0.5.7
  • v0.5.6
  • v0.5.5
  • v0.5.4
  • v0.5.3
  • v0.5.2
41 results

create_inspect_dataset.cwl

Blame
  • user avatar
    Timo Millenaar authored
    aefee505
    History
    user avatar aefee505
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    create_inspect_dataset.cwl 611 B
    cwlVersion: 'v1.2'
    class: CommandLineTool
    baseCommand: 
      - inspect_utils.py
      - create
    
    requirements:
      - class: InlineJavascriptRequirement
    hints:
      - class: DockerRequirement
        # dockerPull: git.astron.nl:5000/ldv/lofar_quality:latest
        dockerPull: localhost/lofar_quality_lofarstman:latest
      - class: NetworkAccess
        networkAccess: true
    inputs: 
    - id: msin
      type: Directory
      inputBinding: 
        position: 1
    - id: inspect_file_name
      type: string?
      default: 'inspect.h5'
      inputBinding:
        position: 2
    outputs: 
    - id: inspect_file
      type: File
      outputBinding: 
        glob: $(inputs.inspect_file_name)