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

renku run --isolation --output data/politicians/MPs_after1890.csv --output...

renku run --isolation --output data/politicians/MPs_after1890.csv --output data/politicians/yearly_pickles/ --output data/politicians/yearly_csvs/ python src/python/extractMPs.py data/politicians/Ratsmitglieder_1848_DE_corr.xlsx data/politicians/MPs_additionalInfo.csv data/politicians/MPs_after1890.csv data/politicians/yearly_pickles/ data/politicians/yearly_csvs/
parent 330f711e
No related branches found
No related tags found
No related merge requests found
Showing
with 147 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/yearly_pickles
inputBinding:
position: 5
separate: true
shellQuote: true
streamable: false
type: string
input_6:
default: data/politicians/yearly_csvs
inputBinding:
position: 6
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
output_2:
outputBinding:
glob: $(inputs.input_6)
streamable: false
type: Directory
permanentFailCodes: []
requirements:
- class: InlineJavascriptRequirement
- class: InitialWorkDirRequirement
listing:
- entry: '$({"listing": [], "class": "Directory"})'
entryname: data/politicians/yearly_pickles
writable: true
- entry: '$({"listing": [], "class": "Directory"})'
entryname: data/politicians/yearly_csvs
writable: true
successCodes: []
temporaryFailCodes: []
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
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