Skip to content
Snippets Groups Projects
Forked from Luis Salamanca / democrasci_preprocWP1
320 commits behind the upstream repository.
955aff50b91b425795405bd0a8677bc3_python.cwl 1.26 KiB
arguments: []
baseCommand:
- python
class: CommandLineTool
cwlVersion: v1.0
hints: []
inputs:
  input_1:
    default:
      class: File
      path: ../../src/python/run_collect_information.py
    inputBinding:
      position: 1
      separate: true
      shellQuote: true
    streamable: false
    type: File
  input_2:
    default:
      class: File
      path: ../../data/AB/1925/05_annotatedxml.tar.gz
    inputBinding:
      position: 2
      separate: true
      shellQuote: true
    streamable: false
    type: File
  input_3:
    default:
      class: File
      path: ../../data/AB/1925/03_correctedmeta.tar.gz
    inputBinding:
      position: 3
      separate: true
      shellQuote: true
    streamable: false
    type: File
  input_4:
    default: data/AB/1925/06_collectedinformation.pickle
    inputBinding:
      position: 4
      separate: true
      shellQuote: true
    streamable: false
    type: string
outputs:
  output_0:
    outputBinding:
      glob: $(inputs.input_4)
    streamable: false
    type: File
permanentFailCodes: []
requirements:
- class: InlineJavascriptRequirement
- class: InitialWorkDirRequirement
  listing:
  - entry: '$({"listing": [], "class": "Directory"})'
    entryname: data/AB/1925
    writable: true
successCodes: []
temporaryFailCodes: []