Skip to content
Snippets Groups Projects
Commit 0b4d2f69 authored by Rok Roškar's avatar Rok Roškar Committed by renku 0.9.1
Browse files

renku run --input...

renku run --input data/ch-population-statistics/ch-population-by-age-canton.xls papermill --report-mode notebooks/openzh-covid-19-dashboard.ipynb runs/openzh-covid-19-dashboard.run.ipynb -p data_path data/openzh-covid-19/
parent 20a27ffe
No related branches found
No related tags found
No related merge requests found
arguments: []
baseCommand:
- papermill
class: CommandLineTool
cwlVersion: v1.0
hints: []
inputs:
input_1:
default:
class: File
path: ../../notebooks/openzh-covid-19-dashboard.ipynb
inputBinding:
position: 1
prefix: --report-mode
separate: true
shellQuote: true
streamable: false
type: File
input_2:
default: runs/openzh-covid-19-dashboard.run.ipynb
inputBinding:
position: 2
separate: true
shellQuote: true
streamable: false
type: string
input_3:
default: data_path
inputBinding:
position: 3
prefix: -p
separate: true
shellQuote: true
streamable: false
type: string
input_4:
default:
class: Directory
listing: []
path: ../../data/openzh-covid-19
inputBinding:
position: 4
separate: true
shellQuote: true
streamable: false
type: Directory
input_5:
default:
class: File
path: ../../data/ch-population-statistics/ch-population-by-age-canton.xls
streamable: false
type: File
outputs:
output_0:
outputBinding:
glob: $(inputs.input_2)
streamable: false
type: File
permanentFailCodes: []
requirements:
- class: InlineJavascriptRequirement
- class: InitialWorkDirRequirement
listing:
- entry: '$({"listing": [], "class": "Directory"})'
entryname: runs
writable: true
- entry: $(inputs.input_1)
entryname: notebooks/openzh-covid-19-dashboard.ipynb
writable: false
- entry: $(inputs.input_4)
entryname: data/openzh-covid-19
writable: false
- entry: $(inputs.input_5)
entryname: data/ch-population-statistics/ch-population-by-age-canton.xls
writable: false
successCodes: []
temporaryFailCodes: []
This diff is collapsed.
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