Skip to content
Snippets Groups Projects
Commit 3a5bf278 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 5e844ca7
No related branches found
No related tags found
No related merge requests found
Showing
with 125 additions and 0 deletions
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
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