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

renku run --isolation python src/python/extractMPs.py...

renku run --isolation python src/python/extractMPs.py data/politicians/Ratsmitglieder_1848_DE_corr.xlsx data/politicians/MPs_additionalInfo.csv data/politicians/MPs_after1890.csv data/politicians/lastnames/
parent e7385f32
No related branches found
No related tags found
No related merge requests found
Showing
with 124 additions and 0 deletions
...@@ -239,3 +239,5 @@ data/AB/1992/03_correctedmeta.tar.gz filter=lfs diff=lfs merge=lfs -text ...@@ -239,3 +239,5 @@ data/AB/1992/03_correctedmeta.tar.gz filter=lfs diff=lfs merge=lfs -text
data/AB/1993/03_correctedmeta.tar.gz filter=lfs diff=lfs merge=lfs -text data/AB/1993/03_correctedmeta.tar.gz filter=lfs diff=lfs merge=lfs -text
data/AB/1994/03_correctedmeta.tar.gz filter=lfs diff=lfs merge=lfs -text data/AB/1994/03_correctedmeta.tar.gz filter=lfs diff=lfs merge=lfs -text
data/AB/1995/03_correctedmeta.tar.gz filter=lfs diff=lfs merge=lfs -text data/AB/1995/03_correctedmeta.tar.gz filter=lfs diff=lfs merge=lfs -text
data/politicians/MPs_after1890.csv filter=lfs diff=lfs merge=lfs -text
data/politicians/lastnames/** 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/extractMPs.py
inputBinding:
position: 1
separate: true
shellQuote: true
streamable: false
type: File
input_2:
default:
class: File
path: ../../data/politicians/Ratsmitglieder_1848_DE_corr.xlsx
inputBinding:
position: 2
separate: true
shellQuote: true
streamable: false
type: File
input_3:
default:
class: File
path: ../../data/politicians/MPs_additionalInfo.csv
inputBinding:
position: 3
separate: true
shellQuote: true
streamable: false
type: File
input_4:
default: data/politicians/MPs_after1890.csv
inputBinding:
position: 4
separate: true
shellQuote: true
streamable: false
type: string
input_5:
default: data/politicians/lastnames
inputBinding:
position: 5
separate: true
shellQuote: true
streamable: false
type: string
outputs:
output_0:
outputBinding:
glob: $(inputs.input_4)
streamable: false
type: File
output_1:
outputBinding:
glob: $(inputs.input_5)
streamable: false
type: Directory
permanentFailCodes: []
requirements: []
successCodes: []
temporaryFailCodes: []
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
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