Skip to content
Snippets Groups Projects
Select Git revision
  • cc1678f9d64c896a85393329ad4fe6f79c120e00
  • master default protected
  • releases/v0.5.20 protected
  • v0.5.x
  • releases/v0.7.2 protected
  • releases/v0.7.1 protected
  • releases/v0.5.19 protected
  • 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
  • v0.5.20
  • 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
41 results

compress_pipeline.cwl

  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    aggregate_and_plot.cwl 602 B
    cwlVersion: v1.0
    class: CommandLineTool
    
    requirements:
      - class: DockerRequirement
        dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.1
    
    baseCommand: python3
    arguments:
      - $(inputs.workdir)/imaging_compress_pipeline.git/aggregate_and_plot.py
    
    inputs:
      workdir:
        type: string
        inputBinding:
          position: 1  # The first argument after the script will be the workdir
    
    outputs:
    - id: plots
      type: File[]
      outputBinding:
        glob: "*.png"
    - id: outputs
      type: File
      outputBinding:
        glob: "outputs.txt"
    - id: inspect
      type: File
      outputBinding:
        glob: "inspect.h5"