Skip to content
Snippets Groups Projects
Select Git revision
  • 60a46bcf3819ef74006dc528f5bd1e6773e40055
  • master default protected
  • plot_using_locky
  • poppy_integration_v50
  • optimize_workflow
  • hotfix/disable_shm
  • poppy_integration
  • releases/v5.0 protected
  • use-versioned-releases
  • releases/v5.0rc2 protected
  • releases/v5.0rc1 protected
  • releases/ldv_v407_atdb protected
  • ldv_v407_debug
  • releases/ldv_v406_debug protected
  • releases/ldv_v405 protected
  • releases/ldv_v404 protected
  • v5.0
  • v5.0rc2
  • v5.0rc1
  • ldv_v406_debug
  • ldv_v405_debug
  • ldv_v404
  • ldv_v403
  • ldv_v402
  • v4.0
  • ldv_v401
  • ldv_v40
  • ldv_v031
  • ldv_v03
  • ldv_v01
30 results

dp3concat.cwl

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    extract_metadata.cwl 872 B
    class: CommandLineTool
    cwlVersion: v1.2
    baseCommand:
      - collect_unspecified_metadata
    inputs:
      - id: sas_id
        doc: SAS ID (ObservationID)
        type: string
        inputBinding:
          position: 0
      - id: input_tar
        doc: File name
        type: File
        inputBinding:
          position: 1
      - id: log_root_folder
        doc: The absolute path where the pulp-logs are located
        type: Directory
        inputBinding:
          position: 1
          prefix: '--rootdir'    
    outputs:
      - id: output_json
        doc: Resulting json file with metadata of given SAS_ID
        type: Any
        outputBinding:
          glob: 'L$(inputs.sas_id)_unspecified.json'
          loadContents: true
          outputEval: | 
            $(self[0] ? JSON.parse(self[0].contents): null)
    requirements:
      - class: InlineJavascriptRequirement
    hints:
      - class: DockerRequirement
        dockerPull: git.astron.nl:5000/ldv/bf_double_tgz:v0.5.7