Skip to content
Snippets Groups Projects
Commit 5371cc48 authored by Lili Gasser's avatar Lili Gasser Committed by renku 0.3.4.dev13
Browse files

renku run python src/python/extract_document_titles.py data/AB/...

renku run python src/python/extract_document_titles.py data/AB/ 03_correctedmeta data/lists/all_titles.csv
parent e6452cd5
No related branches found
No related tags found
No related merge requests found
......@@ -254,3 +254,4 @@ data/AB/1983/02_extractedxml.tar.gz filter=lfs diff=lfs merge=lfs -text
data/AB/1991/02_extractedxml.tar.gz filter=lfs diff=lfs merge=lfs -text
data/AB/1991/04_correctedxml.tar.gz filter=lfs diff=lfs merge=lfs -text
data/lists/dict_overlaps.pickle filter=lfs diff=lfs merge=lfs -text
data/lists/all_titles.csv filter=lfs diff=lfs merge=lfs -text
arguments: []
baseCommand:
- python
class: CommandLineTool
cwlVersion: v1.0
hints: []
inputs:
input_1:
default:
class: File
path: ../../src/python/extract_document_titles.py
inputBinding:
position: 1
separate: true
shellQuote: true
streamable: false
type: File
input_2:
default:
class: Directory
listing: []
path: ../../data/AB
inputBinding:
position: 2
separate: true
shellQuote: true
streamable: false
type: Directory
input_3:
default: 03_correctedmeta
inputBinding:
position: 3
separate: true
shellQuote: true
streamable: false
type: string
input_4:
default: data/lists/all_titles.csv
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/lists
writable: true
successCodes: []
temporaryFailCodes: []
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment