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

renku migrate: committing migrated workflow

parent a22bfdfe
No related branches found
No related tags found
1 merge request!398migrate to newest version of renku
......@@ -227,6 +227,8 @@ data/covidtracking:
- .renku/workflow/b22576c03190493a9d9a30153c2871f3_migrated.yaml
5b5c41cf526c8fa6d60b8e99ce797a18ab237b4a:
- .renku/workflow/ed830e57633a488ea153a54d198a1c95_migrated.yaml
5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2:
- .renku/workflow/f93b76086a054e30968f84fd8f0deb46_migrated.yaml
5ea01cd8b5abc4f1cbfa463af6741fea3047398a:
- .renku/workflow/225fb25d3d76428fbc582fe4eaf2edad_migrated.yaml
5ee887179c9c93ae39021de274fe6d7937a21b41:
......@@ -601,6 +603,8 @@ data/covidtracking/states-daily.json:
- .renku/workflow/b22576c03190493a9d9a30153c2871f3_migrated.yaml
5b5c41cf526c8fa6d60b8e99ce797a18ab237b4a:
- .renku/workflow/ed830e57633a488ea153a54d198a1c95_migrated.yaml
5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2:
- .renku/workflow/f93b76086a054e30968f84fd8f0deb46_migrated.yaml
5ea01cd8b5abc4f1cbfa463af6741fea3047398a:
- .renku/workflow/225fb25d3d76428fbc582fe4eaf2edad_migrated.yaml
5ee887179c9c93ae39021de274fe6d7937a21b41:
......@@ -966,6 +970,8 @@ data/covidtracking/states-metadata.json:
- .renku/workflow/b22576c03190493a9d9a30153c2871f3_migrated.yaml
5b5c41cf526c8fa6d60b8e99ce797a18ab237b4a:
- .renku/workflow/ed830e57633a488ea153a54d198a1c95_migrated.yaml
5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2:
- .renku/workflow/f93b76086a054e30968f84fd8f0deb46_migrated.yaml
5ea01cd8b5abc4f1cbfa463af6741fea3047398a:
- .renku/workflow/225fb25d3d76428fbc582fe4eaf2edad_migrated.yaml
5ee887179c9c93ae39021de274fe6d7937a21b41:
......@@ -2278,6 +2284,8 @@ runs/download-covidtracking-data.runs.ipynb:
- .renku/workflow/b22576c03190493a9d9a30153c2871f3_migrated.yaml
5b5c41cf526c8fa6d60b8e99ce797a18ab237b4a:
- .renku/workflow/ed830e57633a488ea153a54d198a1c95_migrated.yaml
5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2:
- .renku/workflow/f93b76086a054e30968f84fd8f0deb46_migrated.yaml
5ea01cd8b5abc4f1cbfa463af6741fea3047398a:
- .renku/workflow/225fb25d3d76428fbc582fe4eaf2edad_migrated.yaml
5ee887179c9c93ae39021de274fe6d7937a21b41:
......
class: Workflow
cwlVersion: v1.0
hints: []
inputs:
input_1:
default: states-daily.json
streamable: false
type: string
input_2:
default: out_folder
streamable: false
type: string
input_3:
default: data/covidtracking
streamable: false
type: string
input_4:
default:
class: File
path: ../../notebooks/process/download-covidtracking-data.ipynb
streamable: false
type: File
input_5:
default: runs/download-covidtracking-data.runs.ipynb
streamable: false
type: string
input_6:
default: states-metadata.json
streamable: false
type: string
outputs:
output_2:
outputSource: step_2/output_1
streamable: false
type: Directory
output_3:
outputSource: step_2/output_0
streamable: false
type: File
requirements: []
steps:
step_1:
in:
filename: input_1
input_directory: step_2/output_1
out:
- output_file
run:
arguments: []
baseCommand:
- 'true'
class: CommandLineTool
cwlVersion: v1.0
hints: []
inputs:
filename:
default: states-daily.json
streamable: false
type: string
input_directory:
streamable: false
type: Directory
outputs:
output_file:
outputBinding:
glob: $(inputs.filename)
streamable: false
type: File
permanentFailCodes: []
requirements:
- &id001
class: InlineJavascriptRequirement
- &id002
class: InitialWorkDirRequirement
listing: $(inputs.input_directory.listing)
successCodes: []
temporaryFailCodes: []
step_2:
in:
input_1: input_2
input_2: input_3
input_3: input_4
input_4: input_5
out:
- output_1
- output_0
run: a17d560c41a54f5aa307ce5f3c5effe5_papermill.cwl
step_3:
in:
filename: input_6
input_directory: step_2/output_1
out:
- output_file
run:
arguments: []
baseCommand:
- 'true'
class: CommandLineTool
cwlVersion: v1.0
hints: []
inputs:
filename:
default: states-metadata.json
streamable: false
type: string
input_directory:
streamable: false
type: Directory
outputs:
output_file:
outputBinding:
glob: $(inputs.filename)
streamable: false
type: File
permanentFailCodes: []
requirements:
- *id001
- *id002
successCodes: []
temporaryFailCodes: []
- '@id': https://github.com/swissdatasciencecenter/renku-python/tree/v0.10.4
'@type':
- http://purl.org/wf4ever/wfprov#WorkflowEngine
- http://www.w3.org/ns/prov#SoftwareAgent
http://www.w3.org/2000/01/rdf-schema#label:
- '@value': renku 0.10.4
- '@id': https://github.com/swissdatasciencecenter/renku-python/tree/v0.15.1
'@type':
- http://purl.org/wf4ever/wfprov#WorkflowEngine
- http://www.w3.org/ns/prov#SoftwareAgent
http://www.w3.org/2000/01/rdf-schema#label:
- '@value': renku 0.15.1
- '@id': https://localhost/activities/commit/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2
'@type':
- http://purl.org/wf4ever/wfprov#ProcessRun
- http://purl.org/wf4ever/wfprov#WorkflowRun
- http://www.w3.org/ns/prov#Activity
http://schema.org/isPartOf:
- '@id': https://renkulab.io/projects/covid-19/covid-19-public-data
http://www.w3.org/2000/01/rdf-schema#comment:
- '@value': renku rerun data/covidtracking/states-metadata.json data/covidtracking/states-daily.json
http://www.w3.org/2000/01/rdf-schema#label:
- '@value': .renku/workflow/f93b76086a054e30968f84fd8f0deb46_migrated.yaml@5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2
http://www.w3.org/ns/prov#atLocation:
- '@value': .renku/workflow/f93b76086a054e30968f84fd8f0deb46_migrated.yaml
http://www.w3.org/ns/prov#endedAtTime:
- '@type': http://www.w3.org/2001/XMLSchema#dateTime
'@value': '2020-10-06T07:36:28+00:00'
http://www.w3.org/ns/prov#influenced: []
http://www.w3.org/ns/prov#qualifiedAssociation:
- '@id': https://localhost/activities/commit/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2/association
http://www.w3.org/ns/prov#qualifiedUsage:
- '@id': https://localhost/activities/commit/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2/inputs/1
http://www.w3.org/ns/prov#startedAtTime:
- '@type': http://www.w3.org/2001/XMLSchema#dateTime
'@value': '2020-10-06T07:36:28+00:00'
http://www.w3.org/ns/prov#wasAssociatedWith:
- '@id': mailto:beepbop@example.com
- '@id': https://github.com/swissdatasciencecenter/renku-python/tree/v0.15.1
http://www.w3.org/ns/prov#wasInformedBy:
- '@id': https://localhost/activities/commit/c2b75b08ff204797f3cc6982fe18560cdfb7ef82
- '@id': https://localhost/activities/commit/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2/association
'@type':
- http://www.w3.org/ns/prov#Association
http://www.w3.org/ns/prov#agent:
- '@id': https://github.com/swissdatasciencecenter/renku-python/tree/v0.10.4
http://www.w3.org/ns/prov#hadPlan:
- '@id': https://renkulab.io/runs/2a4f38521e7bbdd170f2a36fb0e2307e909567a3
- '@id': https://localhost/activities/commit/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2/inputs/1
'@type':
- http://www.w3.org/ns/prov#Usage
http://www.w3.org/ns/prov#entity:
- '@id': https://renkulab.io/blob/d754df040a4bf8f7cb7ae6ed4151830f9bb0f520/notebooks/process/download-covidtracking-data.ipynb
http://www.w3.org/ns/prov#hadRole:
- '@value': steps/step_1/inputs/3
- '@id': https://localhost/activities/commit/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2/steps/step_1
'@type':
- http://purl.org/wf4ever/wfprov#ProcessRun
- http://www.w3.org/ns/prov#Activity
http://purl.org/wf4ever/wfprov#wasPartOfWorkflowRun:
- '@id': https://localhost/activities/commit/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2
http://schema.org/isPartOf:
- '@id': https://renkulab.io/projects/covid-19/covid-19-public-data
http://www.w3.org/2000/01/rdf-schema#comment:
- '@value': renku rerun data/covidtracking/states-metadata.json data/covidtracking/states-daily.json
http://www.w3.org/2000/01/rdf-schema#label:
- '@value': .renku/workflow/f93b76086a054e30968f84fd8f0deb46_migrated.yaml@5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2
http://www.w3.org/ns/prov#atLocation:
- '@value': .renku/workflow/f93b76086a054e30968f84fd8f0deb46_migrated.yaml
http://www.w3.org/ns/prov#endedAtTime:
- '@type': http://www.w3.org/2001/XMLSchema#dateTime
'@value': '2020-10-06T07:36:28+00:00'
http://www.w3.org/ns/prov#influenced: []
http://www.w3.org/ns/prov#qualifiedAssociation:
- '@id': https://localhost/activities/commit/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2/steps/step_1/association
http://www.w3.org/ns/prov#qualifiedUsage:
- '@id': https://localhost/activities/commit/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2/steps/step_1/inputs/3
http://www.w3.org/ns/prov#startedAtTime:
- '@type': http://www.w3.org/2001/XMLSchema#dateTime
'@value': '2020-10-06T07:36:28+00:00'
http://www.w3.org/ns/prov#wasAssociatedWith:
- '@id': mailto:beepbop@example.com
- '@id': https://github.com/swissdatasciencecenter/renku-python/tree/v0.15.1
http://www.w3.org/ns/prov#wasInformedBy:
- '@id': https://localhost/activities/commit/c2b75b08ff204797f3cc6982fe18560cdfb7ef82
https://swissdatasciencecenter.github.io/renku-ontology#hasRunParameter: []
- '@id': https://localhost/activities/commit/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2/steps/step_1/association
'@type':
- http://www.w3.org/ns/prov#Association
http://www.w3.org/ns/prov#agent:
- '@id': https://github.com/swissdatasciencecenter/renku-python/tree/v0.10.4
http://www.w3.org/ns/prov#hadPlan:
- '@id': https://renkulab.io/runs/acf78881b5da2847730c1b83556c967818e7d44f
- '@id': https://localhost/activities/commit/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2/steps/step_1/inputs/3
'@type':
- http://www.w3.org/ns/prov#Usage
http://www.w3.org/ns/prov#entity:
- '@id': https://renkulab.io/blob/d754df040a4bf8f7cb7ae6ed4151830f9bb0f520/notebooks/process/download-covidtracking-data.ipynb
http://www.w3.org/ns/prov#hadRole:
- '@value': inputs/3
- '@id': https://localhost/activities/commit/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2/steps/step_1/outputs/2
'@type':
- http://www.w3.org/ns/prov#Generation
http://www.w3.org/ns/prov#activity:
- '@id': https://localhost/activities/commit/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2/steps/step_1
- '@id': https://localhost/activities/commit/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2
http://www.w3.org/ns/prov#hadRole:
- '@value': outputs/2
- '@id': https://localhost/activities/commit/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2/steps/step_1/outputs/4
'@type':
- http://www.w3.org/ns/prov#Generation
http://www.w3.org/ns/prov#activity:
- '@id': https://localhost/activities/commit/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2/steps/step_1
- '@id': https://localhost/activities/commit/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2
http://www.w3.org/ns/prov#hadRole:
- '@value': outputs/4
- '@id': https://localhost/activities/commit/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2/steps/step_1/tree/data/covidtracking/states-daily.json
'@type':
- http://www.w3.org/ns/prov#Generation
http://www.w3.org/ns/prov#activity:
- '@id': https://localhost/activities/commit/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2
- '@id': https://localhost/activities/commit/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2/steps/step_1/tree/data/covidtracking/states-metadata.json
'@type':
- http://www.w3.org/ns/prov#Generation
http://www.w3.org/ns/prov#activity:
- '@id': https://localhost/activities/commit/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2
- '@id': https://renkulab.io/blob/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2/data/covidtracking
'@type':
- http://purl.org/wf4ever/wfprov#Artifact
- http://www.w3.org/ns/prov#Collection
- http://www.w3.org/ns/prov#Entity
http://schema.org/isPartOf:
- '@id': https://renkulab.io/projects/covid-19/covid-19-public-data
http://www.w3.org/2000/01/rdf-schema#label:
- '@value': data/covidtracking@5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2
http://www.w3.org/ns/prov#atLocation:
- '@value': data/covidtracking
http://www.w3.org/ns/prov#hadMember:
- '@id': https://renkulab.io/blob/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2/data/covidtracking/states-daily.json
- '@id': https://renkulab.io/blob/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2/data/covidtracking/states-metadata.json
http://www.w3.org/ns/prov#qualifiedGeneration:
- '@id': https://localhost/activities/commit/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2/steps/step_1/outputs/2
- '@id': https://renkulab.io/blob/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2/data/covidtracking/states-daily.json
'@type':
- http://purl.org/wf4ever/wfprov#Artifact
- http://www.w3.org/ns/prov#Entity
http://schema.org/isPartOf:
- '@id': https://renkulab.io/projects/covid-19/covid-19-public-data
http://www.w3.org/2000/01/rdf-schema#label:
- '@value': data/covidtracking/states-daily.json@5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2
http://www.w3.org/ns/prov#atLocation:
- '@value': data/covidtracking/states-daily.json
http://www.w3.org/ns/prov#qualifiedGeneration:
- '@id': https://localhost/activities/commit/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2/steps/step_1/tree/data/covidtracking/states-daily.json
- '@id': https://renkulab.io/blob/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2/data/covidtracking/states-metadata.json
'@type':
- http://purl.org/wf4ever/wfprov#Artifact
- http://www.w3.org/ns/prov#Entity
http://schema.org/isPartOf:
- '@id': https://renkulab.io/projects/covid-19/covid-19-public-data
http://www.w3.org/2000/01/rdf-schema#label:
- '@value': data/covidtracking/states-metadata.json@5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2
http://www.w3.org/ns/prov#atLocation:
- '@value': data/covidtracking/states-metadata.json
http://www.w3.org/ns/prov#qualifiedGeneration:
- '@id': https://localhost/activities/commit/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2/steps/step_1/tree/data/covidtracking/states-metadata.json
- '@id': https://renkulab.io/blob/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2/runs/download-covidtracking-data.runs.ipynb
'@type':
- http://purl.org/wf4ever/wfprov#Artifact
- http://www.w3.org/ns/prov#Entity
http://schema.org/isPartOf:
- '@id': https://renkulab.io/projects/covid-19/covid-19-public-data
http://www.w3.org/2000/01/rdf-schema#label:
- '@value': runs/download-covidtracking-data.runs.ipynb@5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2
http://www.w3.org/ns/prov#atLocation:
- '@value': runs/download-covidtracking-data.runs.ipynb
http://www.w3.org/ns/prov#qualifiedGeneration:
- '@id': https://localhost/activities/commit/5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2/steps/step_1/outputs/4
- '@id': https://renkulab.io/blob/ccc37edffe6d9ca8ea4b8a229d1d20c42bc4b658/data/covidtracking
'@type':
- http://purl.org/wf4ever/wfprov#Artifact
- http://www.w3.org/ns/prov#Collection
- http://www.w3.org/ns/prov#Entity
http://schema.org/isPartOf:
- '@id': https://renkulab.io/projects/covid-19/covid-19-public-data
http://www.w3.org/2000/01/rdf-schema#label:
- '@value': data/covidtracking@ccc37edffe6d9ca8ea4b8a229d1d20c42bc4b658
http://www.w3.org/ns/prov#atLocation:
- '@value': data/covidtracking
http://www.w3.org/ns/prov#hadMember:
- '@id': https://renkulab.io/blob/ccc37edffe6d9ca8ea4b8a229d1d20c42bc4b658/data/covidtracking/states-daily.json
- '@id': https://renkulab.io/blob/ccc37edffe6d9ca8ea4b8a229d1d20c42bc4b658/data/covidtracking/states-metadata.json
- '@id': https://renkulab.io/blob/ccc37edffe6d9ca8ea4b8a229d1d20c42bc4b658/data/covidtracking/states-daily.json
'@type':
- http://purl.org/wf4ever/wfprov#Artifact
- http://www.w3.org/ns/prov#Entity
http://schema.org/isPartOf:
- '@id': https://renkulab.io/projects/covid-19/covid-19-public-data
http://www.w3.org/2000/01/rdf-schema#label:
- '@value': data/covidtracking/states-daily.json@ccc37edffe6d9ca8ea4b8a229d1d20c42bc4b658
http://www.w3.org/ns/prov#atLocation:
- '@value': data/covidtracking/states-daily.json
- '@id': https://renkulab.io/blob/ccc37edffe6d9ca8ea4b8a229d1d20c42bc4b658/data/covidtracking/states-metadata.json
'@type':
- http://purl.org/wf4ever/wfprov#Artifact
- http://www.w3.org/ns/prov#Entity
http://schema.org/isPartOf:
- '@id': https://renkulab.io/projects/covid-19/covid-19-public-data
http://www.w3.org/2000/01/rdf-schema#label:
- '@value': data/covidtracking/states-metadata.json@ccc37edffe6d9ca8ea4b8a229d1d20c42bc4b658
http://www.w3.org/ns/prov#atLocation:
- '@value': data/covidtracking/states-metadata.json
- '@id': https://renkulab.io/blob/ccc37edffe6d9ca8ea4b8a229d1d20c42bc4b658/runs/download-covidtracking-data.runs.ipynb
'@type':
- http://purl.org/wf4ever/wfprov#Artifact
- http://www.w3.org/ns/prov#Entity
http://schema.org/isPartOf:
- '@id': https://renkulab.io/projects/covid-19/covid-19-public-data
http://www.w3.org/2000/01/rdf-schema#label:
- '@value': runs/download-covidtracking-data.runs.ipynb@ccc37edffe6d9ca8ea4b8a229d1d20c42bc4b658
http://www.w3.org/ns/prov#atLocation:
- '@value': runs/download-covidtracking-data.runs.ipynb
- '@id': https://renkulab.io/blob/d754df040a4bf8f7cb7ae6ed4151830f9bb0f520/notebooks/process/download-covidtracking-data.ipynb
'@type':
- http://purl.org/wf4ever/wfprov#Artifact
- http://www.w3.org/ns/prov#Entity
http://schema.org/isPartOf:
- '@id': https://renkulab.io/projects/covid-19/covid-19-public-data
http://www.w3.org/2000/01/rdf-schema#label:
- '@value': notebooks/process/download-covidtracking-data.ipynb@d754df040a4bf8f7cb7ae6ed4151830f9bb0f520
http://www.w3.org/ns/prov#atLocation:
- '@value': notebooks/process/download-covidtracking-data.ipynb
- '@id': https://renkulab.io/projects/covid-19/covid-19-public-data
'@type':
- http://schema.org/Project
- http://www.w3.org/ns/prov#Location
http://schema.org/agent:
- '@value': pre-0.11.0
http://schema.org/creator:
- '@id': mailto:cramakri@ethz.ch
http://schema.org/dateCreated:
- '@value': '2020-03-11T21:43:12.736000+00:00'
http://schema.org/name:
- '@value': covid-19-dashboard
http://schema.org/schemaVersion:
- '@value': '4'
https://swissdatasciencecenter.github.io/renku-ontology#automatedTemplateUpdate:
- '@value': false
https://swissdatasciencecenter.github.io/renku-ontology#immutableTemplateFiles: []
- '@id': https://renkulab.io/runs/2a4f38521e7bbdd170f2a36fb0e2307e909567a3
'@type':
- http://www.w3.org/ns/prov#Entity
- http://www.w3.org/ns/prov#Plan
- https://swissdatasciencecenter.github.io/renku-ontology#Run
http://schema.org/isPartOf:
- '@id': https://renkulab.io/projects/covid-19/covid-19-public-data
http://schema.org/keywords: []
http://www.w3.org/2000/01/rdf-schema#label:
- '@value': .renku/workflow/28bc0cc31893437cab56c61748db62c8.cwl@5b5d6d578f012ea3b9cc2cf74acff27e2142cdb2
http://www.w3.org/ns/prov#atLocation:
- '@value': .renku/workflow/f93b76086a054e30968f84fd8f0deb46_migrated.yaml
https://swissdatasciencecenter.github.io/renku-ontology#hasArguments: []
https://swissdatasciencecenter.github.io/renku-ontology#hasInputs:
- '@id': https://renkulab.io/runs/2a4f38521e7bbdd170f2a36fb0e2307e909567a3/steps/step_1/inputs/3
https://swissdatasciencecenter.github.io/renku-ontology#hasOutputs:
- '@id': https://renkulab.io/runs/2a4f38521e7bbdd170f2a36fb0e2307e909567a3/steps/step_1/outputs/4
- '@id': https://renkulab.io/runs/2a4f38521e7bbdd170f2a36fb0e2307e909567a3/steps/step_1/outputs/2
https://swissdatasciencecenter.github.io/renku-ontology#hasRunParameters: []
https://swissdatasciencecenter.github.io/renku-ontology#hasSubprocess:
- '@id': https://renkulab.io/runs/2a4f38521e7bbdd170f2a36fb0e2307e909567a3/subprocess/1
https://swissdatasciencecenter.github.io/renku-ontology#successCodes: []
- '@id': https://renkulab.io/runs/2a4f38521e7bbdd170f2a36fb0e2307e909567a3/steps/step_1/inputs/3
'@type':
- https://swissdatasciencecenter.github.io/renku-ontology#CommandInput
- https://swissdatasciencecenter.github.io/renku-ontology#CommandParameter
http://schema.org/defaultValue:
- '@value': notebooks/process/download-covidtracking-data.ipynb
http://schema.org/name:
- '@value': inject-paths-3
http://www.w3.org/2000/01/rdf-schema#label:
- '@value': Command Input "None"
https://swissdatasciencecenter.github.io/renku-ontology#consumes:
- '@id': https://renkulab.io/blob/d754df040a4bf8f7cb7ae6ed4151830f9bb0f520/notebooks/process/download-covidtracking-data.ipynb
https://swissdatasciencecenter.github.io/renku-ontology#position:
- '@value': 3
https://swissdatasciencecenter.github.io/renku-ontology#prefix:
- '@value': '--inject-paths '
- '@id': https://renkulab.io/runs/2a4f38521e7bbdd170f2a36fb0e2307e909567a3/steps/step_1/outputs/2
'@type':
- https://swissdatasciencecenter.github.io/renku-ontology#CommandOutput
- https://swissdatasciencecenter.github.io/renku-ontology#CommandParameter
http://schema.org/defaultValue:
- '@value': data/covidtracking
http://schema.org/name:
- '@value': output-2
http://www.w3.org/2000/01/rdf-schema#label:
- '@value': Command Output "None"
https://swissdatasciencecenter.github.io/renku-ontology#createFolder:
- '@value': true
https://swissdatasciencecenter.github.io/renku-ontology#position:
- '@value': 2
https://swissdatasciencecenter.github.io/renku-ontology#produces:
- '@id': https://renkulab.io/blob/ccc37edffe6d9ca8ea4b8a229d1d20c42bc4b658/data/covidtracking
- '@id': https://renkulab.io/runs/2a4f38521e7bbdd170f2a36fb0e2307e909567a3/steps/step_1/outputs/4
'@type':
- https://swissdatasciencecenter.github.io/renku-ontology#CommandOutput
- https://swissdatasciencecenter.github.io/renku-ontology#CommandParameter
http://schema.org/defaultValue:
- '@value': runs/download-covidtracking-data.runs.ipynb
http://schema.org/name:
- '@value': output-4
http://www.w3.org/2000/01/rdf-schema#label:
- '@value': Command Output "None"
https://swissdatasciencecenter.github.io/renku-ontology#createFolder:
- '@value': true
https://swissdatasciencecenter.github.io/renku-ontology#position:
- '@value': 4
https://swissdatasciencecenter.github.io/renku-ontology#produces:
- '@id': https://renkulab.io/blob/ccc37edffe6d9ca8ea4b8a229d1d20c42bc4b658/runs/download-covidtracking-data.runs.ipynb
- '@id': https://renkulab.io/runs/2a4f38521e7bbdd170f2a36fb0e2307e909567a3/subprocess/1
'@type':
- https://swissdatasciencecenter.github.io/renku-ontology#OrderedSubprocess
https://swissdatasciencecenter.github.io/renku-ontology#index:
- '@value': 1
https://swissdatasciencecenter.github.io/renku-ontology#process:
- '@id': https://renkulab.io/runs/acf78881b5da2847730c1b83556c967818e7d44f
- '@id': https://renkulab.io/runs/acf78881b5da2847730c1b83556c967818e7d44f
'@type':
- http://www.w3.org/ns/prov#Entity
- http://www.w3.org/ns/prov#Plan
- https://swissdatasciencecenter.github.io/renku-ontology#Run
http://schema.org/isPartOf:
- '@id': https://renkulab.io/projects/covid-19/covid-19-public-data
http://schema.org/keywords: []
http://www.w3.org/2000/01/rdf-schema#label:
- '@value': .renku/workflow/a17d560c41a54f5aa307ce5f3c5effe5_papermill.cwl@ccc37edffe6d9ca8ea4b8a229d1d20c42bc4b658
http://www.w3.org/ns/prov#atLocation:
- '@value': .renku/workflow/a17d560c41a54f5aa307ce5f3c5effe5_papermill.cwl
https://swissdatasciencecenter.github.io/renku-ontology#command:
- '@value': papermill
https://swissdatasciencecenter.github.io/renku-ontology#hasArguments:
- '@id': https://renkulab.io/runs/acf78881b5da2847730c1b83556c967818e7d44f/arguments/1
https://swissdatasciencecenter.github.io/renku-ontology#hasInputs:
- '@id': https://renkulab.io/runs/acf78881b5da2847730c1b83556c967818e7d44f/inputs/3
https://swissdatasciencecenter.github.io/renku-ontology#hasOutputs:
- '@id': https://renkulab.io/runs/acf78881b5da2847730c1b83556c967818e7d44f/outputs/4
- '@id': https://renkulab.io/runs/acf78881b5da2847730c1b83556c967818e7d44f/outputs/2
https://swissdatasciencecenter.github.io/renku-ontology#hasRunParameters: []
https://swissdatasciencecenter.github.io/renku-ontology#hasSubprocess: []
https://swissdatasciencecenter.github.io/renku-ontology#successCodes: []
- '@id': https://renkulab.io/runs/acf78881b5da2847730c1b83556c967818e7d44f/arguments/1
'@type':
- https://swissdatasciencecenter.github.io/renku-ontology#CommandArgument
- https://swissdatasciencecenter.github.io/renku-ontology#CommandParameter
http://schema.org/defaultValue:
- '@value': out_folder
http://schema.org/name:
- '@value': p-1
http://www.w3.org/2000/01/rdf-schema#label:
- '@value': Command Argument "None"
https://swissdatasciencecenter.github.io/renku-ontology#position:
- '@value': 1
https://swissdatasciencecenter.github.io/renku-ontology#prefix:
- '@value': '-p '
https://swissdatasciencecenter.github.io/renku-ontology#value:
- '@value': out_folder
- '@id': https://renkulab.io/runs/acf78881b5da2847730c1b83556c967818e7d44f/inputs/3
'@type':
- https://swissdatasciencecenter.github.io/renku-ontology#CommandInput
- https://swissdatasciencecenter.github.io/renku-ontology#CommandParameter
http://schema.org/defaultValue:
- '@value': notebooks/process/download-covidtracking-data.ipynb
http://schema.org/name:
- '@value': inject-paths-3
http://www.w3.org/2000/01/rdf-schema#label:
- '@value': Command Input "None"
https://swissdatasciencecenter.github.io/renku-ontology#consumes:
- '@id': https://renkulab.io/blob/d754df040a4bf8f7cb7ae6ed4151830f9bb0f520/notebooks/process/download-covidtracking-data.ipynb
https://swissdatasciencecenter.github.io/renku-ontology#position:
- '@value': 3
https://swissdatasciencecenter.github.io/renku-ontology#prefix:
- '@value': '--inject-paths '
- '@id': https://renkulab.io/runs/acf78881b5da2847730c1b83556c967818e7d44f/outputs/2
'@type':
- https://swissdatasciencecenter.github.io/renku-ontology#CommandOutput
- https://swissdatasciencecenter.github.io/renku-ontology#CommandParameter
http://schema.org/defaultValue:
- '@value': data/covidtracking
http://schema.org/name:
- '@value': output-2
http://www.w3.org/2000/01/rdf-schema#label:
- '@value': Command Output "None"
https://swissdatasciencecenter.github.io/renku-ontology#createFolder:
- '@value': true
https://swissdatasciencecenter.github.io/renku-ontology#position:
- '@value': 2
https://swissdatasciencecenter.github.io/renku-ontology#produces:
- '@id': https://renkulab.io/blob/ccc37edffe6d9ca8ea4b8a229d1d20c42bc4b658/data/covidtracking
- '@id': https://renkulab.io/runs/acf78881b5da2847730c1b83556c967818e7d44f/outputs/4
'@type':
- https://swissdatasciencecenter.github.io/renku-ontology#CommandOutput
- https://swissdatasciencecenter.github.io/renku-ontology#CommandParameter
http://schema.org/defaultValue:
- '@value': runs/download-covidtracking-data.runs.ipynb
http://schema.org/name:
- '@value': output-4
http://www.w3.org/2000/01/rdf-schema#label:
- '@value': Command Output "None"
https://swissdatasciencecenter.github.io/renku-ontology#createFolder:
- '@value': true
https://swissdatasciencecenter.github.io/renku-ontology#position:
- '@value': 4
https://swissdatasciencecenter.github.io/renku-ontology#produces:
- '@id': https://renkulab.io/blob/ccc37edffe6d9ca8ea4b8a229d1d20c42bc4b658/runs/download-covidtracking-data.runs.ipynb
- '@id': mailto:beepbop@example.com
'@type':
- http://schema.org/Person
- http://www.w3.org/ns/prov#Person
http://schema.org/email:
- '@value': beepbop@example.com
http://schema.org/name:
- '@value': CR (covid cron)
http://www.w3.org/2000/01/rdf-schema#label:
- '@value': CR (covid cron)
- '@id': mailto:cramakri@ethz.ch
'@type':
- http://schema.org/Person
- http://www.w3.org/ns/prov#Person
http://schema.org/email:
- '@value': cramakri@ethz.ch
http://schema.org/name:
- '@value': Chandrasekhar Ramakrishnan
http://www.w3.org/2000/01/rdf-schema#label:
- '@value': Chandrasekhar Ramakrishnan
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