Skip to content
Snippets Groups Projects
Select Git revision
  • b6977df050e5c1c5aa0c053205781f7df64e580a
  • master default protected
  • releases/v0.7.2 protected
  • releases/v0.7.1 protected
  • releases/v0.5.19 protected
  • v0.5.x
  • releases/v0.7.0 protected
  • releases/v0.5.17.tim_survey protected
  • compress_tim_survey_no_metadata_compression
  • 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.16 protected
  • releases/v0.5.15 protected
  • nico_testing_juelich
  • nightly_build_test
  • releases/v0.5.14 protected
  • v0.7.2
  • v0.7.1
  • v0.5.19
  • v0.7.0
  • 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
41 results

create_inspect_dataset.cwl

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    create_inspect_dataset.cwl 563 B
    cwlVersion: 'v1.2'
    class: CommandLineTool
    baseCommand: 
      - inspect_utils.py
      - create
    
    requirements:
      - class: InlineJavascriptRequirement
    hints:
      - class: DockerRequirement
        dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.4.1
      - 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)