Skip to content
Snippets Groups Projects
Commit cf855c3e authored by Rok Roškar's avatar Rok Roškar
Browse files

renku run papermill notebooks/examples/italy-covid-19.ipynb...

renku run papermill notebooks/examples/italy-covid-19.ipynb runs/italy-covid-19.ipynb -p data_folder ./data/covid-19-italy/
parent e8dd4bed
No related branches found
No related tags found
1 merge request!79Manual update
arguments: []
baseCommand:
- papermill
class: CommandLineTool
cwlVersion: v1.0
hints: []
inputs:
input_1:
default:
class: File
path: ../../notebooks/examples/italy-covid-19.ipynb
inputBinding:
position: 1
separate: true
shellQuote: true
streamable: false
type: File
input_2:
default: runs/italy-covid-19.ipynb
inputBinding:
position: 2
separate: true
shellQuote: true
streamable: false
type: string
input_3:
default: data_folder
inputBinding:
position: 3
prefix: -p
separate: true
shellQuote: true
streamable: false
type: string
input_4:
default:
class: Directory
listing: []
path: ../../data/covid-19-italy
inputBinding:
position: 4
separate: true
shellQuote: true
streamable: false
type: Directory
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/examples/italy-covid-19.ipynb
writable: false
- entry: $(inputs.input_4)
entryname: data/covid-19-italy
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