Skip to content
Snippets Groups Projects
Commit 3839f5a5 authored by Lili Gasser's avatar Lili Gasser Committed by renku 0.3.4.dev30
Browse files

renku run --isolation --output data/AB/1954/05_annotatedxml.tar.gz python...

renku run --isolation --output data/AB/1954/05_annotatedxml.tar.gz python src/python/run_extract_discussions.py data/politicians/yearly_pickles/1954_MPs.pickle data/AB/1954/04_correctedxml.tar.gz data/AB/1954/03_correctedmeta.tar.gz data/lists/not_names.txt data/lists/dict_overlaps.pickle data/AB/1954/05_annotatedxml.tar.gz
parent ae0e5839
No related branches found
No related tags found
No related merge requests found
...@@ -427,3 +427,4 @@ data/AB/1950/06_collectedinformation.pickle filter=lfs diff=lfs merge=lfs -text ...@@ -427,3 +427,4 @@ data/AB/1950/06_collectedinformation.pickle filter=lfs diff=lfs merge=lfs -text
data/AB/1951/05_annotatedxml.tar.gz filter=lfs diff=lfs merge=lfs -text data/AB/1951/05_annotatedxml.tar.gz filter=lfs diff=lfs merge=lfs -text
data/AB/1952/05_annotatedxml.tar.gz filter=lfs diff=lfs merge=lfs -text data/AB/1952/05_annotatedxml.tar.gz filter=lfs diff=lfs merge=lfs -text
data/AB/1953/05_annotatedxml.tar.gz filter=lfs diff=lfs merge=lfs -text data/AB/1953/05_annotatedxml.tar.gz filter=lfs diff=lfs merge=lfs -text
data/AB/1954/05_annotatedxml.tar.gz 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/run_extract_discussions.py
inputBinding:
position: 1
separate: true
shellQuote: true
streamable: false
type: File
input_2:
default:
class: File
path: ../../data/politicians/yearly_pickles/1954_MPs.pickle
inputBinding:
position: 2
separate: true
shellQuote: true
streamable: false
type: File
input_3:
default:
class: File
path: ../../data/AB/1954/04_correctedxml.tar.gz
inputBinding:
position: 3
separate: true
shellQuote: true
streamable: false
type: File
input_4:
default:
class: File
path: ../../data/AB/1954/03_correctedmeta.tar.gz
inputBinding:
position: 4
separate: true
shellQuote: true
streamable: false
type: File
input_5:
default:
class: File
path: ../../data/lists/not_names.txt
inputBinding:
position: 5
separate: true
shellQuote: true
streamable: false
type: File
input_6:
default:
class: File
path: ../../data/lists/dict_overlaps.pickle
inputBinding:
position: 6
separate: true
shellQuote: true
streamable: false
type: File
input_7:
default: data/AB/1954/05_annotatedxml.tar.gz
inputBinding:
position: 7
separate: true
shellQuote: true
streamable: false
type: string
outputs:
output_0:
outputBinding:
glob: $(inputs.input_7)
streamable: false
type: File
permanentFailCodes: []
requirements:
- class: InlineJavascriptRequirement
- class: InitialWorkDirRequirement
listing:
- entry: '$({"listing": [], "class": "Directory"})'
entryname: data/AB/1954
writable: true
successCodes: []
temporaryFailCodes: []
File added
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