Skip to content
Snippets Groups Projects
Select Git revision
  • 6e004ff6adeab3aff737059e0ce5faf70a909b7c
  • master default protected
  • esap-gui-auth
  • esap-gui-dev
4 results

Main.js

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    aggregate_and_plot.cwl 408 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: []