Skip to content
Snippets Groups Projects
Commit 4d86cd7d 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/examples/openzh-covid-19-example.ipynb runs/openzh-covid-19-example.run.ipynb -p save_figures True -p data_path data/openzh-covid-19/ -p figures_path figures/
parent 0b4d2f69
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/examples/openzh-covid-19-example.ipynb
inputBinding:
position: 1
prefix: --report-mode
separate: true
shellQuote: true
streamable: false
type: File
input_2:
default: runs/openzh-covid-19-example.run.ipynb
inputBinding:
position: 2
separate: true
shellQuote: true
streamable: false
type: string
input_3:
default: save_figures
inputBinding:
position: 3
prefix: -p
separate: true
shellQuote: true
streamable: false
type: string
input_4:
default: 'True'
inputBinding:
position: 4
separate: true
shellQuote: true
streamable: false
type: string
input_5:
default: data_path
inputBinding:
position: 5
prefix: -p
separate: true
shellQuote: true
streamable: false
type: string
input_6:
default:
class: Directory
listing: []
path: ../../data/openzh-covid-19
inputBinding:
position: 6
separate: true
shellQuote: true
streamable: false
type: Directory
input_7:
default: figures_path
inputBinding:
position: 7
prefix: -p
separate: true
shellQuote: true
streamable: false
type: string
input_8:
default: figures
inputBinding:
position: 8
separate: true
shellQuote: true
streamable: false
type: string
input_9:
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
output_1:
outputBinding:
glob: $(inputs.input_8)
streamable: false
type: Directory
permanentFailCodes: []
requirements:
- class: InlineJavascriptRequirement
- class: InitialWorkDirRequirement
listing:
- entry: '$({"listing": [], "class": "Directory"})'
entryname: runs
writable: true
- entry: '$({"listing": [], "class": "Directory"})'
entryname: figures
writable: true
- entry: $(inputs.input_1)
entryname: notebooks/examples/openzh-covid-19-example.ipynb
writable: false
- entry: $(inputs.input_6)
entryname: data/openzh-covid-19
writable: false
- entry: $(inputs.input_9)
entryname: data/ch-population-statistics/ch-population-by-age-canton.xls
writable: false
successCodes: []
temporaryFailCodes: []
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
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