Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • extend_to_support_multi_evaluation
  • compute-smearterms-gpu
  • fix-radec2lmn
  • enable-radec2lmn-avx2
  • new-implementation
  • remove-duo-matrix
  • temp_initial_split
8 results

README.md

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    To learn more about this project, read the wiki.
    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)