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

renku run --input data/geodata/us_pop_fung_2019.csv papermill...

renku run --input data/geodata/us_pop_fung_2019.csv papermill notebooks/covidtracking-dashboard.ipynb runs/covidtracking-dashboard.ipynb -p data_path ./data/covidtracking/
parent b27952fa
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/covidtracking-dashboard.ipynb
inputBinding:
position: 1
separate: true
shellQuote: true
streamable: false
type: File
input_2:
default: runs/covidtracking-dashboard.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/covidtracking
inputBinding:
position: 4
separate: true
shellQuote: true
streamable: false
type: Directory
input_5:
default:
class: File
path: ../../data/geodata/us_pop_fung_2019.csv
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/covidtracking-dashboard.ipynb
writable: false
- entry: $(inputs.input_4)
entryname: data/covidtracking
writable: false
- entry: $(inputs.input_5)
entryname: data/geodata/us_pop_fung_2019.csv
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