Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • jovicic/covid-19-public-data
  • sofiane.sarni/covid-19-public-data
  • mojulian/covid-19-public-data
  • paul.ronga/covid-19-public-data
  • covid-19/covid-19-public-data
  • orourke/covid-19-public-data
  • marius.mos/covid-19-public-data
  • gava/covid-19-public-data
  • oleg/covid-19-public-data
  • lorenzo.cavazzi.tech/covid-19-public-data
  • dev/covid-19-public-data
  • cp/covid-19-public-data
  • cchoirat/covid-19-public-data
  • nathanael.perraudin/covid-19-public-data
  • robert/covid-19-public-data
  • edana.beauvais/covid-19-public-data
  • emma.jablonski/covid-19-public-data
  • natasa.tagasovska/covid-19-public-data
  • florianvanhorenbeke/covid-19-public-data
  • rok.roskar/covid-19-public-data
  • joze.roskar/covid-19-public-data
  • kumarsum1984/covid-19-public-data
  • mark.kochanek/covid-19-public-data
  • ableuler/covid-19-public-data
  • plamennavenkova/covid-19-public-data
  • hannah.lantermann/covid-19-public-data
  • rok.roskar/covid-19-public-data-new-fork
  • dandrea.cordoba/covid-19-public-data
  • alfredo.chavarria/covid-19-public-data
  • alfredo.chavarria/covid-19-public-data-alfredo
30 results
Show changes
Commits on Source (244)
Showing
with 3307 additions and 304 deletions
......@@ -419,3 +419,25 @@ data/covid-19_jhu-csse/csse_covid_19_daily_reports/04-25-2020.csv filter=lfs dif
data/covid-19_jhu-csse/csse_covid_19_daily_reports/04-26-2020.csv filter=lfs diff=lfs merge=lfs -text
data/covid-19_jhu-csse/csse_covid_19_daily_reports/04-24-2020.csv filter=lfs diff=lfs merge=lfs -text
data/covid-19-chile/covid19_chile_2020-04-19.csv filter=lfs diff=lfs merge=lfs -text
data/covid-19_jhu-csse/csse_covid_19_daily_reports/04-27-2020.csv filter=lfs diff=lfs merge=lfs -text
data/covid-19_jhu-csse/csse_covid_19_daily_reports/04-28-2020.csv filter=lfs diff=lfs merge=lfs -text
data/covid-19_jhu-csse/csse_covid_19_daily_reports/04-29-2020.csv filter=lfs diff=lfs merge=lfs -text
data/covid-19_jhu-csse/csse_covid_19_daily_reports/04-30-2020.csv filter=lfs diff=lfs merge=lfs -text
data/covid-19_jhu-csse/csse_covid_19_daily_reports/05-01-2020.csv filter=lfs diff=lfs merge=lfs -text
data/covid-19_jhu-csse/csse_covid_19_daily_reports/05-02-2020.csv filter=lfs diff=lfs merge=lfs -text
data/covid-19_jhu-csse/csse_covid_19_daily_reports/05-03-2020.csv filter=lfs diff=lfs merge=lfs -text
data/covid-19_jhu-csse/csse_covid_19_daily_reports/05-04-2020.csv filter=lfs diff=lfs merge=lfs -text
data/covid-19_jhu-csse/csse_covid_19_daily_reports/05-05-2020.csv filter=lfs diff=lfs merge=lfs -text
data/covid-19_jhu-csse/csse_covid_19_daily_reports/05-07-2020.csv filter=lfs diff=lfs merge=lfs -text
data/covid-19_jhu-csse/csse_covid_19_daily_reports/05-06-2020.csv filter=lfs diff=lfs merge=lfs -text
data/covid-19_jhu-csse/csse_covid_19_daily_reports/05-08-2020.csv filter=lfs diff=lfs merge=lfs -text
data/covid-19_jhu-csse/csse_covid_19_daily_reports/05-09-2020.csv filter=lfs diff=lfs merge=lfs -text
data/covid-19_jhu-csse/csse_covid_19_daily_reports/05-10-2020.csv filter=lfs diff=lfs merge=lfs -text
data/covid-19_jhu-csse/csse_covid_19_daily_reports/05-11-2020.csv filter=lfs diff=lfs merge=lfs -text
data/distancing-metrics/** filter=lfs diff=lfs merge=lfs -text
data/covid-19_jhu-csse/csse_covid_19_daily_reports/05-12-2020.csv filter=lfs diff=lfs merge=lfs -text
data/covid-19_jhu-csse/csse_covid_19_daily_reports/05-13-2020.csv filter=lfs diff=lfs merge=lfs -text
data/covid-19_jhu-csse/csse_covid_19_daily_reports/05-14-2020.csv filter=lfs diff=lfs merge=lfs -text
data/covid-19_jhu-csse/csse_covid_19_daily_reports/05-15-2020.csv filter=lfs diff=lfs merge=lfs -text
data/covid-19_jhu-csse/csse_covid_19_daily_reports/05-16-2020.csv filter=lfs diff=lfs merge=lfs -text
data/covid-19_jhu-csse/csse_covid_19_daily_reports/05-17-2020.csv filter=lfs diff=lfs merge=lfs -text
# renku: v1.dev20180723
variables:
GIT_STRATEGY: fetch
GIT_SSL_NO_VERIFY: "true"
GIT_SUBMODULE_STRATEGY: recursive
GIT_LFS_SKIP_SMUDGE: 1
.docker-before-script: &docker_before_script # This is an anchor
before_script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN http://$CI_REGISTRY
.git-before-script: &git_before_script
before_script:
- git config --global user.name "CR (covid cron)"
- git config --global user.email "beepbop@example.com"
- url_host=`git remote get-url origin | sed -e "s/https:\/\/gitlab-ci-token:.*@//g"`
- cd /tmp/
- git clone "https://gitlab-ci-token:${CI_PUSH_TOKEN}@${url_host}"
- cd covid-19-public-data
- git lfs install --local
- PATH=$PATH:~/.local/bin
stages:
- build
- periodic
- datasets-update
- notebooks-update
- finalize-update
image_build:
stage: build
image: docker:stable
except:
refs:
- schedules
before_script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN http://$CI_REGISTRY
- /^auto-update.*$/
- schedules
<<: *docker_before_script
script:
- CI_COMMIT_SHA_7=$(echo $CI_COMMIT_SHA | cut -c1-7)
- docker build --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA_7 .
......@@ -25,39 +40,30 @@ image_build:
tags:
- image-build
update_build:
update-build:
stage: build
image: docker:stable
only:
refs:
- schedules
before_script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN http://$CI_REGISTRY
- schedules
<<: *docker_before_script
script:
- docker build --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA-update .
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA-update
tags:
- image-build
update:
stage: periodic
datasets:
stage: datasets-update
image:
name: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA-update
entrypoint: [""]
only:
refs:
- schedules
- schedules
<<: *git_before_script
script:
- git config --global user.name "CR (covid cron)"
- git config --global user.email "cramakri+covid-cron@ethz.ch"
- url_host=`git remote get-url origin | sed -e "s/https:\/\/gitlab-ci-token:.*@//g"`
- cd /tmp/
- git clone "https://gitlab-ci-token:${CI_TAG_UPLOAD_TOKEN}@${url_host}"
- cd covid-19-public-data
- git lfs install --local
- export BRANCH_NAME="update"_$(date -u +"%Y-%m-%d_%H-%M")
- PATH=$PATH:~/.local/bin
- export BRANCH_NAME=auto-update-datasets-${CI_COMMIT_SHORT_SHA}
- git checkout -b $BRANCH_NAME
- renku dataset update covid-19_jhu-csse
- renku dataset add covid-19_jhu-csse --force --source csse_covid_19_data/csse_covid_19_daily_reports https://github.com/CSSEGISandData/COVID-19.git
......@@ -67,8 +73,42 @@ update:
- renku dataset update covid-19-spain
- renku dataset update covid-19-us-nyt
- renku dataset add covid-19-ecdc -d covid-19-ecdc.csv https://opendata.ecdc.europa.eu/covid19/casedistribution/csv --force || true
- renku dataset add covid-19-chile -s data/*.csv -s data/covid19_chile.rds https://github.com/itoledor/coronavirus.git --force
- renku dataset add covidtracker https://ocgptweb.azurewebsites.net/CSVDownload -d covidtracker.csv --force
- renku dataset add covid-19-chile -s data/*.csv -s data/covid19_chile.rds https://github.com/itoledor/coronavirus.git --force || true
- renku dataset add covidtracker https://ocgptweb.azurewebsites.net/CSVDownload -d covidtracker.csv --force || true
- renku rerun data/covidtracking/states-metadata.json data/covidtracking/states-daily.json
- renku run papermill -p out_folder ./data/distancing-metrics/ --inject-paths notebooks/process/download-distancing-data.ipynb runs/download-distancing-data.runs.ipynb
- git push --set-upstream origin $BRANCH_NAME
notebooks:
stage: notebooks-update
image:
name: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA-update
entrypoint: [""]
only:
refs:
- schedules
<<: *git_before_script
script:
- export BRANCH_NAME=auto-update-notebooks-${CI_COMMIT_SHORT_SHA}
- git checkout auto-update-datasets-${CI_COMMIT_SHORT_SHA}
- git checkout -b $BRANCH_NAME
- renku update --with-siblings
- git push --set-upstream origin $BRANCH_NAME
finalize:
stage: finalize-update
image:
name: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA-update
entrypoint: [""]
only:
- schedules
<<: *git_before_script
when: always
script:
- export BRANCH_NAME="auto-update"_$(date -u +"%Y-%m-%d_%H-%M")
- git checkout auto-update-notebooks-${CI_COMMIT_SHORT_SHA} || git checkout auto-update-datasets-${CI_COMMIT_SHORT_SHA}
- git rev-parse --abbrev-ref HEAD
- git checkout -b $BRANCH_NAME
- git push origin --delete auto-update-notebooks-${CI_COMMIT_SHORT_SHA} || true
- git push origin --delete auto-update-datasets-${CI_COMMIT_SHORT_SHA} || true
- git push origin $BRANCH_NAME
......@@ -151,7 +151,7 @@ _project:
name: Chandrasekhar Ramakrishnan
name: covid-19-dashboard
updated: '2020-03-11T21:43:12.736000+00:00'
version: '3'
version: '4'
based_on: null
created: '2020-03-19T00:31:17.209963+00:00'
creator:
......@@ -172,7 +172,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://renkulab.io/blob/5d77bbb3d92723a71c34da3e93460c1d98e4a189/data/covid-19-italy/dpc-covid19-ita-andamento-nazionale.json
_label: data/covid-19-italy/dpc-covid19-ita-andamento-nazionale.json@12b330d1149966093b1b2cf4d21290535fed251a
_label: data/covid-19-italy/dpc-covid19-ita-andamento-nazionale.json@f6e56702f31404a14176d39075bde312c0cfde24
_project:
'@type':
- prov:Location
......@@ -199,7 +199,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://github.com/blob/7470ab0daaaab0518ae7aa8cc71fd87d5c33ada5/dati-json/dpc-covid19-ita-andamento-nazionale.json
_label: dati-json/dpc-covid19-ita-andamento-nazionale.json@aebce1523cdfce03b4b26ab0adc61789f8881c16
_label: dati-json/dpc-covid19-ita-andamento-nazionale.json@fb570da4b201e606d0ff976311395f078c4828a2
_project: null
added: '2020-03-19T10:45:32.448526+00:00'
based_on: null
......@@ -227,7 +227,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://renkulab.io/blob/b69963509326683ca9ee686792fd9735111dc5ef/data/covid-19-italy/dpc-covid19-ita-province.json
_label: data/covid-19-italy/dpc-covid19-ita-province.json@12b330d1149966093b1b2cf4d21290535fed251a
_label: data/covid-19-italy/dpc-covid19-ita-province.json@f6e56702f31404a14176d39075bde312c0cfde24
_project:
'@type':
- prov:Location
......@@ -254,7 +254,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://github.com/blob/71b44ac1987457c16a2af5466eeb96c02f45020f/dati-json/dpc-covid19-ita-province.json
_label: dati-json/dpc-covid19-ita-province.json@aebce1523cdfce03b4b26ab0adc61789f8881c16
_label: dati-json/dpc-covid19-ita-province.json@fb570da4b201e606d0ff976311395f078c4828a2
_project: null
added: '2020-03-19T10:45:51.627833+00:00'
based_on: null
......@@ -282,7 +282,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://renkulab.io/blob/f7fc43ab3c49beaa0c73b1f7f4e421b5163f0add/data/covid-19-italy/dpc-covid19-ita-regioni.json
_label: data/covid-19-italy/dpc-covid19-ita-regioni.json@12b330d1149966093b1b2cf4d21290535fed251a
_label: data/covid-19-italy/dpc-covid19-ita-regioni.json@f6e56702f31404a14176d39075bde312c0cfde24
_project:
'@type':
- prov:Location
......@@ -309,7 +309,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://github.com/blob/71b44ac1987457c16a2af5466eeb96c02f45020f/dati-json/dpc-covid19-ita-regioni.json
_label: dati-json/dpc-covid19-ita-regioni.json@aebce1523cdfce03b4b26ab0adc61789f8881c16
_label: dati-json/dpc-covid19-ita-regioni.json@fb570da4b201e606d0ff976311395f078c4828a2
_project: null
added: '2020-03-19T10:46:24.163477+00:00'
based_on: null
......@@ -337,7 +337,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://renkulab.io/blob/214fa7d617f2957a734045fba3c01cf145af6649/data/covid-19-italy/dpc-covid19-ita-province.csv
_label: data/covid-19-italy/dpc-covid19-ita-province.csv@12b330d1149966093b1b2cf4d21290535fed251a
_label: data/covid-19-italy/dpc-covid19-ita-province.csv@f6e56702f31404a14176d39075bde312c0cfde24
_project:
'@type':
- prov:Location
......@@ -364,7 +364,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://github.com/blob/8395f2eb33233e2d5785f0c248177263c105cf73/dati-province/dpc-covid19-ita-province.csv
_label: dati-province/dpc-covid19-ita-province.csv@a134bf51c5201c9bb43dca306a4cf1fce4b91050
_label: dati-province/dpc-covid19-ita-province.csv@fb570da4b201e606d0ff976311395f078c4828a2
_project: null
added: '2020-03-19T10:46:47.013799+00:00'
based_on: null
......@@ -392,7 +392,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://renkulab.io/blob/8a04a14a3682521eff2bb0814755a2317f926dce/data/covid-19-italy/dpc-covid19-ita-regioni.csv
_label: data/covid-19-italy/dpc-covid19-ita-regioni.csv@12b330d1149966093b1b2cf4d21290535fed251a
_label: data/covid-19-italy/dpc-covid19-ita-regioni.csv@f6e56702f31404a14176d39075bde312c0cfde24
_project:
'@type':
- prov:Location
......@@ -419,7 +419,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://github.com/blob/c6c0d46c82068c1439857e63f871bae1fda5f92d/dati-regioni/dpc-covid19-ita-regioni.csv
_label: dati-regioni/dpc-covid19-ita-regioni.csv@aebce1523cdfce03b4b26ab0adc61789f8881c16
_label: dati-regioni/dpc-covid19-ita-regioni.csv@fb570da4b201e606d0ff976311395f078c4828a2
_project: null
added: '2020-03-19T10:47:00.393956+00:00'
based_on: null
......@@ -447,7 +447,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://renkulab.io/blob/2f28b89c0b8580175181291e152ec03ad8d87a51/data/covid-19-italy/dpc-covid19-ita-andamento-nazionale.csv
_label: data/covid-19-italy/dpc-covid19-ita-andamento-nazionale.csv@12b330d1149966093b1b2cf4d21290535fed251a
_label: data/covid-19-italy/dpc-covid19-ita-andamento-nazionale.csv@f6e56702f31404a14176d39075bde312c0cfde24
_project:
'@type':
- prov:Location
......@@ -474,7 +474,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://github.com/blob/7470ab0daaaab0518ae7aa8cc71fd87d5c33ada5/dati-andamento-nazionale/dpc-covid19-ita-andamento-nazionale.csv
_label: dati-andamento-nazionale/dpc-covid19-ita-andamento-nazionale.csv@aebce1523cdfce03b4b26ab0adc61789f8881c16
_label: dati-andamento-nazionale/dpc-covid19-ita-andamento-nazionale.csv@fb570da4b201e606d0ff976311395f078c4828a2
_project: null
added: '2020-03-19T10:47:15.130679+00:00'
based_on: null
......
......@@ -151,7 +151,7 @@ _project:
name: Chandrasekhar Ramakrishnan
name: covid-19-dashboard
updated: '2020-03-11T21:43:12.736000+00:00'
version: '3'
version: '4'
created: '2020-03-25T22:34:09.082660+00:00'
creator:
- '@type':
......@@ -171,7 +171,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://renkulab.io/blob/deee6e09be393f17dfcb1843d330e20c707c0ef1/data/covid-19-spain/nacional_covid19.csv
_label: data/covid-19-spain/nacional_covid19.csv@be26ac0302055287b458ed8a3111e801404f6c3e
_label: data/covid-19-spain/nacional_covid19.csv@0ed16bccaf1b95b11cdcc047aefcd7d65ab3a9c3
_project:
'@type':
- prov:Location
......@@ -198,7 +198,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://github.com/blob/58d96d8ce648eefd56c70bfd5349b308bf11420a/COVID 19/nacional_covid19.csv
_label: COVID 19/nacional_covid19.csv@08d5ae5aa56e7800bc99e48a8739b809c2adf375
_label: COVID 19/nacional_covid19.csv@f01de991fb5502067e8a4982ce6198b0bad305d3
_project: null
added: '2020-03-26T16:21:45.569123+00:00'
based_on: null
......@@ -289,7 +289,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://renkulab.io/blob/deee6e09be393f17dfcb1843d330e20c707c0ef1/data/covid-19-spain/ccaa_covid19_altas.csv
_label: data/covid-19-spain/ccaa_covid19_altas.csv@be26ac0302055287b458ed8a3111e801404f6c3e
_label: data/covid-19-spain/ccaa_covid19_altas.csv@0ed16bccaf1b95b11cdcc047aefcd7d65ab3a9c3
_project:
'@type':
- prov:Location
......@@ -316,7 +316,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://github.com/blob/7d723ea87a847a4d98389f3d7f8c8e5ecf99b39e/COVID 19/ccaa_covid19_altas.csv
_label: COVID 19/ccaa_covid19_altas.csv@087d0f659ec528fe6e46da99ea8f6d092cc273ad
_label: COVID 19/ccaa_covid19_altas.csv@f280abaf99d59c1b5d876205e4c7dff0a5f51395
_project: null
added: '2020-03-26T16:21:45.612885+00:00'
based_on: null
......@@ -371,7 +371,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://renkulab.io/blob/deee6e09be393f17dfcb1843d330e20c707c0ef1/data/covid-19-spain/ccaa_covid19_fallecidos.csv
_label: data/covid-19-spain/ccaa_covid19_fallecidos.csv@be26ac0302055287b458ed8a3111e801404f6c3e
_label: data/covid-19-spain/ccaa_covid19_fallecidos.csv@0ed16bccaf1b95b11cdcc047aefcd7d65ab3a9c3
_project:
'@type':
- prov:Location
......@@ -398,7 +398,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://github.com/blob/7d723ea87a847a4d98389f3d7f8c8e5ecf99b39e/COVID 19/ccaa_covid19_fallecidos.csv
_label: COVID 19/ccaa_covid19_fallecidos.csv@99adec04ba661369a35326d77d199496a4dce353
_label: COVID 19/ccaa_covid19_fallecidos.csv@f280abaf99d59c1b5d876205e4c7dff0a5f51395
_project: null
added: '2020-03-26T16:21:45.661075+00:00'
based_on: null
......@@ -453,7 +453,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://renkulab.io/blob/deee6e09be393f17dfcb1843d330e20c707c0ef1/data/covid-19-spain/ccaa_covid19_uci.csv
_label: data/covid-19-spain/ccaa_covid19_uci.csv@be26ac0302055287b458ed8a3111e801404f6c3e
_label: data/covid-19-spain/ccaa_covid19_uci.csv@0ed16bccaf1b95b11cdcc047aefcd7d65ab3a9c3
_project:
'@type':
- prov:Location
......@@ -480,7 +480,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://github.com/blob/7d723ea87a847a4d98389f3d7f8c8e5ecf99b39e/COVID 19/ccaa_covid19_uci.csv
_label: COVID 19/ccaa_covid19_uci.csv@99adec04ba661369a35326d77d199496a4dce353
_label: COVID 19/ccaa_covid19_uci.csv@f280abaf99d59c1b5d876205e4c7dff0a5f51395
_project: null
added: '2020-03-26T16:21:45.708514+00:00'
based_on: null
......@@ -535,7 +535,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://renkulab.io/blob/deee6e09be393f17dfcb1843d330e20c707c0ef1/data/covid-19-spain/ccaa_covid19_hospitalizados.csv
_label: data/covid-19-spain/ccaa_covid19_hospitalizados.csv@be26ac0302055287b458ed8a3111e801404f6c3e
_label: data/covid-19-spain/ccaa_covid19_hospitalizados.csv@0ed16bccaf1b95b11cdcc047aefcd7d65ab3a9c3
_project:
'@type':
- prov:Location
......@@ -562,7 +562,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://github.com/blob/eb5496758d98ef56208c3db32588bbf90051d831/COVID 19/ccaa_covid19_hospitalizados.csv
_label: COVID 19/ccaa_covid19_hospitalizados.csv@99adec04ba661369a35326d77d199496a4dce353
_label: COVID 19/ccaa_covid19_hospitalizados.csv@f280abaf99d59c1b5d876205e4c7dff0a5f51395
_project: null
added: '2020-03-26T16:21:45.758100+00:00'
based_on: null
......@@ -599,7 +599,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://renkulab.io/blob/deee6e09be393f17dfcb1843d330e20c707c0ef1/data/covid-19-spain/ccaa_covid19_hospitalizados_long.csv
_label: data/covid-19-spain/ccaa_covid19_hospitalizados_long.csv@be26ac0302055287b458ed8a3111e801404f6c3e
_label: data/covid-19-spain/ccaa_covid19_hospitalizados_long.csv@0ed16bccaf1b95b11cdcc047aefcd7d65ab3a9c3
_project:
'@type':
- prov:Location
......@@ -626,7 +626,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://github.com/blob/c86c9a2fa1c4bd3a0809c400b76598893e7f3fe0/COVID 19/ccaa_covid19_hospitalizados_long.csv
_label: COVID 19/ccaa_covid19_hospitalizados_long.csv@99adec04ba661369a35326d77d199496a4dce353
_label: COVID 19/ccaa_covid19_hospitalizados_long.csv@f280abaf99d59c1b5d876205e4c7dff0a5f51395
_project: null
added: '2020-03-26T16:21:45.806990+00:00'
based_on: null
......@@ -727,7 +727,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://renkulab.io/blob/deee6e09be393f17dfcb1843d330e20c707c0ef1/data/covid-19-spain/ccaa_covid19_casos_long.csv
_label: data/covid-19-spain/ccaa_covid19_casos_long.csv@be26ac0302055287b458ed8a3111e801404f6c3e
_label: data/covid-19-spain/ccaa_covid19_casos_long.csv@0ed16bccaf1b95b11cdcc047aefcd7d65ab3a9c3
_project:
'@type':
- prov:Location
......@@ -754,7 +754,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://github.com/blob/c86c9a2fa1c4bd3a0809c400b76598893e7f3fe0/COVID 19/ccaa_covid19_casos_long.csv
_label: COVID 19/ccaa_covid19_casos_long.csv@08d5ae5aa56e7800bc99e48a8739b809c2adf375
_label: COVID 19/ccaa_covid19_casos_long.csv@f280abaf99d59c1b5d876205e4c7dff0a5f51395
_project: null
added: '2020-03-26T16:21:45.899093+00:00'
based_on: null
......@@ -827,7 +827,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://renkulab.io/blob/deee6e09be393f17dfcb1843d330e20c707c0ef1/data/covid-19-spain/nacional_covid19_rango_edad.csv
_label: data/covid-19-spain/nacional_covid19_rango_edad.csv@be26ac0302055287b458ed8a3111e801404f6c3e
_label: data/covid-19-spain/nacional_covid19_rango_edad.csv@49f32553820d6b4986275d5cd4e2874518144714
_project:
'@type':
- prov:Location
......@@ -854,7 +854,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://github.com/blob/21eb603844468cb5454f126aeeec4f18753c898a/COVID 19/nacional_covid19_rango_edad.csv
_label: COVID 19/nacional_covid19_rango_edad.csv@99adec04ba661369a35326d77d199496a4dce353
_label: COVID 19/nacional_covid19_rango_edad.csv@b27b3884df565d4f3afefb99346a9d09d57a0ff4
_project: null
added: '2020-03-26T16:21:45.950327+00:00'
based_on: null
......@@ -955,7 +955,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://renkulab.io/blob/deee6e09be393f17dfcb1843d330e20c707c0ef1/data/covid-19-spain/ccaa_covid19_fallecidos_long.csv
_label: data/covid-19-spain/ccaa_covid19_fallecidos_long.csv@be26ac0302055287b458ed8a3111e801404f6c3e
_label: data/covid-19-spain/ccaa_covid19_fallecidos_long.csv@0ed16bccaf1b95b11cdcc047aefcd7d65ab3a9c3
_project:
'@type':
- prov:Location
......@@ -982,7 +982,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://github.com/blob/c86c9a2fa1c4bd3a0809c400b76598893e7f3fe0/COVID 19/ccaa_covid19_fallecidos_long.csv
_label: COVID 19/ccaa_covid19_fallecidos_long.csv@99adec04ba661369a35326d77d199496a4dce353
_label: COVID 19/ccaa_covid19_fallecidos_long.csv@f280abaf99d59c1b5d876205e4c7dff0a5f51395
_project: null
added: '2020-03-26T16:21:46.050372+00:00'
based_on: null
......@@ -1055,7 +1055,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://renkulab.io/blob/deee6e09be393f17dfcb1843d330e20c707c0ef1/data/covid-19-spain/ccaa_covid19_altas_long.csv
_label: data/covid-19-spain/ccaa_covid19_altas_long.csv@be26ac0302055287b458ed8a3111e801404f6c3e
_label: data/covid-19-spain/ccaa_covid19_altas_long.csv@0ed16bccaf1b95b11cdcc047aefcd7d65ab3a9c3
_project:
'@type':
- prov:Location
......@@ -1082,7 +1082,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://github.com/blob/c86c9a2fa1c4bd3a0809c400b76598893e7f3fe0/COVID 19/ccaa_covid19_altas_long.csv
_label: COVID 19/ccaa_covid19_altas_long.csv@087d0f659ec528fe6e46da99ea8f6d092cc273ad
_label: COVID 19/ccaa_covid19_altas_long.csv@f280abaf99d59c1b5d876205e4c7dff0a5f51395
_project: null
added: '2020-03-26T16:21:46.099110+00:00'
based_on: null
......@@ -1155,7 +1155,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://renkulab.io/blob/deee6e09be393f17dfcb1843d330e20c707c0ef1/data/covid-19-spain/ccaa_covid19_uci_long.csv
_label: data/covid-19-spain/ccaa_covid19_uci_long.csv@be26ac0302055287b458ed8a3111e801404f6c3e
_label: data/covid-19-spain/ccaa_covid19_uci_long.csv@0ed16bccaf1b95b11cdcc047aefcd7d65ab3a9c3
_project:
'@type':
- prov:Location
......@@ -1182,7 +1182,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://github.com/blob/c86c9a2fa1c4bd3a0809c400b76598893e7f3fe0/COVID 19/ccaa_covid19_uci_long.csv
_label: COVID 19/ccaa_covid19_uci_long.csv@99adec04ba661369a35326d77d199496a4dce353
_label: COVID 19/ccaa_covid19_uci_long.csv@f280abaf99d59c1b5d876205e4c7dff0a5f51395
_project: null
added: '2020-03-26T16:21:46.152810+00:00'
based_on: null
......@@ -1255,7 +1255,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://renkulab.io/blob/deee6e09be393f17dfcb1843d330e20c707c0ef1/data/covid-19-spain/ccaa_covid19_casos.csv
_label: data/covid-19-spain/ccaa_covid19_casos.csv@be26ac0302055287b458ed8a3111e801404f6c3e
_label: data/covid-19-spain/ccaa_covid19_casos.csv@0ed16bccaf1b95b11cdcc047aefcd7d65ab3a9c3
_project:
'@type':
- prov:Location
......@@ -1282,7 +1282,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://github.com/blob/7d723ea87a847a4d98389f3d7f8c8e5ecf99b39e/COVID 19/ccaa_covid19_casos.csv
_label: COVID 19/ccaa_covid19_casos.csv@08d5ae5aa56e7800bc99e48a8739b809c2adf375
_label: COVID 19/ccaa_covid19_casos.csv@f280abaf99d59c1b5d876205e4c7dff0a5f51395
_project: null
added: '2020-03-26T16:21:46.201886+00:00'
based_on: null
......@@ -1337,7 +1337,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://renkulab.io/blob/a0d23b31e602180ffb69372f1f640cfbce35b7c7/data/covid-19-spain/readme.md
_label: data/covid-19-spain/readme.md@be26ac0302055287b458ed8a3111e801404f6c3e
_label: data/covid-19-spain/readme.md@0ed16bccaf1b95b11cdcc047aefcd7d65ab3a9c3
_project:
'@type':
- prov:Location
......@@ -1364,7 +1364,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://github.com/blob/3908c605422b519a13b958a72e30fe6907d162c6/COVID 19/readme.md
_label: COVID 19/readme.md@eb72ebe31538ce0e5e3e10bcdcb539cf9ad6044b
_label: COVID 19/readme.md@925154f6db11dfd5d5b71eafb867e997672cc4d2
_project: null
added: '2020-03-26T16:22:23.464764+00:00'
based_on: null
......
......@@ -171,7 +171,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://renkulab.io/blob/81cd96cb918d9961619f2fa7fd4e7ae4f1ae77ba/data/covid-19-ecdc/covid-19-ecdc.csv
_label: data/covid-19-ecdc/covid-19-ecdc.csv@011e8b9a3bd8dfe1fd8fd293c160fe32428313cd
_label: data/covid-19-ecdc/covid-19-ecdc.csv@102885d66f2750baacce5623bc656e702a5a334e
_project:
'@type':
- prov:Location
......
......@@ -151,7 +151,7 @@ _project:
name: Chandrasekhar Ramakrishnan
name: covid-19-dashboard
updated: '2020-03-11T21:43:12.736000+00:00'
version: '3'
version: '4'
created: '2020-04-09T07:53:36.722930+00:00'
creator:
- '@type':
......@@ -172,7 +172,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://renkulab.io/blob/b3a6a0b807c4c50ef89daf0c4fe5c42bee10805e/data/covid-19-us-nyt/us-counties.csv
_label: data/covid-19-us-nyt/us-counties.csv@07410031f8b8fa778e684acafb41a719f6366b83
_label: data/covid-19-us-nyt/us-counties.csv@5913fab6fd4fde8dc69836cb701e231f09744b30
_project:
'@type':
- prov:Location
......@@ -199,7 +199,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://github.com/blob/6958d2ddf886345c99a3148a031d6bc676343150/us-counties.csv
_label: us-counties.csv@34f385da5fb5d5846c918191b37f3eac0bdcebef
_label: us-counties.csv@55d325562b87121b29388519431ece2a7ec7c150
_project: null
added: '2020-04-09T08:01:24.598142+00:00'
based_on: null
......@@ -300,7 +300,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://renkulab.io/blob/b3a6a0b807c4c50ef89daf0c4fe5c42bee10805e/data/covid-19-us-nyt/us-states.csv
_label: data/covid-19-us-nyt/us-states.csv@07410031f8b8fa778e684acafb41a719f6366b83
_label: data/covid-19-us-nyt/us-states.csv@5913fab6fd4fde8dc69836cb701e231f09744b30
_project:
'@type':
- prov:Location
......@@ -327,7 +327,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://github.com/blob/6958d2ddf886345c99a3148a031d6bc676343150/us-states.csv
_label: us-states.csv@34f385da5fb5d5846c918191b37f3eac0bdcebef
_label: us-states.csv@55d325562b87121b29388519431ece2a7ec7c150
_project: null
added: '2020-04-09T08:01:24.640997+00:00'
based_on: null
......@@ -364,7 +364,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://renkulab.io/blob/b3a6a0b807c4c50ef89daf0c4fe5c42bee10805e/data/covid-19-us-nyt/README.md
_label: data/covid-19-us-nyt/README.md@07410031f8b8fa778e684acafb41a719f6366b83
_label: data/covid-19-us-nyt/README.md@dd1a84cb301298a5a71e9c21c3a6a787e538be2c
_project:
'@type':
- prov:Location
......@@ -391,7 +391,7 @@ files:
- schema:DigitalDocument
- wfprov:Artifact
_id: https://github.com/blob/ed2e75b16556ae31484f9d764606d675496e970a/README.md
_label: README.md@65c33bf1ff55ece404e03fe40b0d9ee3d7f61335
_label: README.md@c95c96f7793ed6aa0b2fa9e1400cdd587d62bcf7
_project: null
added: '2020-04-09T08:01:24.662228+00:00'
based_on: null
......
......@@ -151,7 +151,7 @@ _project:
name: Chandrasekhar Ramakrishnan
name: covid-19-dashboard
updated: '2020-03-11T21:43:12.736000+00:00'
version: '3'
version: '4'
based_on: null
created: '2020-03-25T12:34:50.300719+00:00'
creator:
......@@ -201,7 +201,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-03.csv
_label: data/covid19_chile_2020-03-03.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.156029+00:00'
added: '2020-04-29T07:26:19.062709+00:00'
based_on: null
creator:
- '@type':
......@@ -265,7 +265,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-04.csv
_label: data/covid19_chile_2020-03-04.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:30.167395+00:00'
added: '2020-04-29T07:26:20.053857+00:00'
based_on: null
creator:
- '@type':
......@@ -329,7 +329,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-05.csv
_label: data/covid19_chile_2020-03-05.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:30.102351+00:00'
added: '2020-04-29T07:26:18.630241+00:00'
based_on: null
creator:
- '@type':
......@@ -393,7 +393,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-06.csv
_label: data/covid19_chile_2020-03-06.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.223354+00:00'
added: '2020-04-29T07:26:19.210745+00:00'
based_on: null
creator:
- '@type':
......@@ -457,7 +457,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-07.csv
_label: data/covid19_chile_2020-03-07.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:30.031108+00:00'
added: '2020-04-29T07:26:18.843111+00:00'
based_on: null
creator:
- '@type':
......@@ -521,7 +521,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-08.csv
_label: data/covid19_chile_2020-03-08.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.655331+00:00'
added: '2020-04-29T07:26:20.228128+00:00'
based_on: null
creator:
- '@type':
......@@ -585,7 +585,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-09.csv
_label: data/covid19_chile_2020-03-09.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.498494+00:00'
added: '2020-04-29T07:26:19.725206+00:00'
based_on: null
creator:
- '@type':
......@@ -649,7 +649,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-10.csv
_label: data/covid19_chile_2020-03-10.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.798918+00:00'
added: '2020-04-29T07:26:19.919284+00:00'
based_on: null
creator:
- '@type':
......@@ -713,7 +713,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-11.csv
_label: data/covid19_chile_2020-03-11.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.739317+00:00'
added: '2020-04-29T07:26:19.658810+00:00'
based_on: null
creator:
- '@type':
......@@ -777,7 +777,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-12.csv
_label: data/covid19_chile_2020-03-12.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.381216+00:00'
added: '2020-04-29T07:26:18.954663+00:00'
based_on: null
creator:
- '@type':
......@@ -841,7 +841,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-13.csv
_label: data/covid19_chile_2020-03-13.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.842671+00:00'
added: '2020-04-29T07:26:19.997913+00:00'
based_on: null
creator:
- '@type':
......@@ -905,7 +905,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-14.csv
_label: data/covid19_chile_2020-03-14.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.245855+00:00'
added: '2020-04-29T07:26:19.248974+00:00'
based_on: null
creator:
- '@type':
......@@ -969,7 +969,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-15.csv
_label: data/covid19_chile_2020-03-15.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.761540+00:00'
added: '2020-04-29T07:26:20.085484+00:00'
based_on: null
creator:
- '@type':
......@@ -1033,7 +1033,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-16.csv
_label: data/covid19_chile_2020-03-16.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.359123+00:00'
added: '2020-04-29T07:26:20.024304+00:00'
based_on: null
creator:
- '@type':
......@@ -1097,7 +1097,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-17.csv
_label: data/covid19_chile_2020-03-17.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.453926+00:00'
added: '2020-04-29T07:26:18.599503+00:00'
based_on: null
creator:
- '@type':
......@@ -1161,7 +1161,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-18.csv
_label: data/covid19_chile_2020-03-18.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.867650+00:00'
added: '2020-04-29T07:26:19.096091+00:00'
based_on: null
creator:
- '@type':
......@@ -1225,7 +1225,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-19.csv
_label: data/covid19_chile_2020-03-19.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.607927+00:00'
added: '2020-04-29T07:26:19.597985+00:00'
based_on: null
creator:
- '@type':
......@@ -1289,7 +1289,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-20.csv
_label: data/covid19_chile_2020-03-20.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.586599+00:00'
added: '2020-04-29T07:26:20.291287+00:00'
based_on: null
creator:
- '@type':
......@@ -1353,7 +1353,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-21.csv
_label: data/covid19_chile_2020-03-21.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.203315+00:00'
added: '2020-04-29T07:26:18.992429+00:00'
based_on: null
creator:
- '@type':
......@@ -1417,7 +1417,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-22.csv
_label: data/covid19_chile_2020-03-22.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:30.086298+00:00'
added: '2020-04-29T07:26:19.417607+00:00'
based_on: null
creator:
- '@type':
......@@ -1481,7 +1481,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-23.csv
_label: data/covid19_chile_2020-03-23.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.717162+00:00'
added: '2020-04-29T07:26:19.822704+00:00'
based_on: null
creator:
- '@type':
......@@ -1545,7 +1545,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-24.csv
_label: data/covid19_chile_2020-03-24.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.477982+00:00'
added: '2020-04-29T07:26:20.158375+00:00'
based_on: null
creator:
- '@type':
......@@ -1609,7 +1609,7 @@ files:
_id: https://github.com/blob/cee13a01cab20e3ff29b9966af0ad3a9ac51f4a8/data/covid19_chile.rds
_label: data/covid19_chile.rds@cee13a01cab20e3ff29b9966af0ad3a9ac51f4a8
_project: null
added: '2020-04-27T07:24:29.180636+00:00'
added: '2020-04-29T07:26:19.625046+00:00'
based_on: null
creator:
- '@type':
......@@ -1673,7 +1673,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-29.csv
_label: data/covid19_chile_2020-03-29.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.268273+00:00'
added: '2020-04-29T07:26:19.324676+00:00'
based_on: null
creator:
- '@type':
......@@ -1737,7 +1737,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-04-03.csv
_label: data/covid19_chile_2020-04-03.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:30.069730+00:00'
added: '2020-04-29T07:26:19.285237+00:00'
based_on: null
creator:
- '@type':
......@@ -1801,7 +1801,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-31.csv
_label: data/covid19_chile_2020-03-31.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:30.146039+00:00'
added: '2020-04-29T07:26:18.878984+00:00'
based_on: null
creator:
- '@type':
......@@ -1865,7 +1865,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-30.csv
_label: data/covid19_chile_2020-03-30.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.891470+00:00'
added: '2020-04-29T07:26:19.850227+00:00'
based_on: null
creator:
- '@type':
......@@ -1929,7 +1929,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-25.csv
_label: data/covid19_chile_2020-03-25.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.911162+00:00'
added: '2020-04-29T07:26:18.700773+00:00'
based_on: null
creator:
- '@type':
......@@ -1993,7 +1993,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-26.csv
_label: data/covid19_chile_2020-03-26.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:30.124456+00:00'
added: '2020-04-29T07:26:19.688023+00:00'
based_on: null
creator:
- '@type':
......@@ -2057,7 +2057,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-27.csv
_label: data/covid19_chile_2020-03-27.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.633794+00:00'
added: '2020-04-29T07:26:20.193105+00:00'
based_on: null
creator:
- '@type':
......@@ -2121,7 +2121,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-04-02.csv
_label: data/covid19_chile_2020-04-02.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:30.010223+00:00'
added: '2020-04-29T07:26:19.130916+00:00'
based_on: null
creator:
- '@type':
......@@ -2185,7 +2185,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-03-28.csv
_label: data/covid19_chile_2020-03-28.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.993587+00:00'
added: '2020-04-29T07:26:19.883518+00:00'
based_on: null
creator:
- '@type':
......@@ -2249,7 +2249,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-04-01.csv
_label: data/covid19_chile_2020-04-01.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.403217+00:00'
added: '2020-04-29T07:26:18.667857+00:00'
based_on: null
creator:
- '@type':
......@@ -2313,7 +2313,7 @@ files:
_id: https://github.com/blob/ff0e6f05970288f515c8d3df5d185b58cc0bccde/data/covid19_chile_2020-03-26_tests.csv
_label: data/covid19_chile_2020-03-26_tests.csv@ff0e6f05970288f515c8d3df5d185b58cc0bccde
_project: null
added: '2020-04-27T07:24:29.312237+00:00'
added: '2020-04-29T07:26:19.452591+00:00'
based_on: null
creator:
- '@type':
......@@ -2377,7 +2377,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-04-04.csv
_label: data/covid19_chile_2020-04-04.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.694119+00:00'
added: '2020-04-29T07:26:19.756559+00:00'
based_on: null
creator:
- '@type':
......@@ -2441,7 +2441,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-04-05.csv
_label: data/covid19_chile_2020-04-05.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.952897+00:00'
added: '2020-04-29T07:26:19.356834+00:00'
based_on: null
creator:
- '@type':
......@@ -2505,7 +2505,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-04-06.csv
_label: data/covid19_chile_2020-04-06.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:30.208971+00:00'
added: '2020-04-29T07:26:19.388214+00:00'
based_on: null
creator:
- '@type':
......@@ -2569,7 +2569,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-04-07.csv
_label: data/covid19_chile_2020-04-07.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.675139+00:00'
added: '2020-04-29T07:26:19.790183+00:00'
based_on: null
creator:
- '@type':
......@@ -2633,7 +2633,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-04-08.csv
_label: data/covid19_chile_2020-04-08.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.566592+00:00'
added: '2020-04-29T07:26:19.170502+00:00'
based_on: null
creator:
- '@type':
......@@ -2697,7 +2697,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-04-09.csv
_label: data/covid19_chile_2020-04-09.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.779076+00:00'
added: '2020-04-29T07:26:20.122693+00:00'
based_on: null
creator:
- '@type':
......@@ -2761,7 +2761,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-04-12.csv
_label: data/covid19_chile_2020-04-12.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.522847+00:00'
added: '2020-04-29T07:26:20.260171+00:00'
based_on: null
creator:
- '@type':
......@@ -2825,7 +2825,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-04-10.csv
_label: data/covid19_chile_2020-04-10.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.932049+00:00'
added: '2020-04-29T07:26:19.957438+00:00'
based_on: null
creator:
- '@type':
......@@ -2889,7 +2889,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-04-11.csv
_label: data/covid19_chile_2020-04-11.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.820110+00:00'
added: '2020-04-29T07:26:19.482762+00:00'
based_on: null
creator:
- '@type':
......@@ -2953,7 +2953,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-04-14.csv
_label: data/covid19_chile_2020-04-14.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.972885+00:00'
added: '2020-04-29T07:26:18.771749+00:00'
based_on: null
creator:
- '@type':
......@@ -3017,7 +3017,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-04-13.csv
_label: data/covid19_chile_2020-04-13.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:30.049712+00:00'
added: '2020-04-29T07:26:18.736314+00:00'
based_on: null
creator:
- '@type':
......@@ -3081,7 +3081,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-04-15.csv
_label: data/covid19_chile_2020-04-15.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.335958+00:00'
added: '2020-04-29T07:26:19.560877+00:00'
based_on: null
creator:
- '@type':
......@@ -3145,7 +3145,7 @@ files:
_id: https://github.com/blob/545a8bbe11258f6ffe7324a0c32577cb28ecd44c/data/covid19_chile_2020-04-16.csv
_label: data/covid19_chile_2020-04-16.csv@545a8bbe11258f6ffe7324a0c32577cb28ecd44c
_project: null
added: '2020-04-27T07:24:29.431056+00:00'
added: '2020-04-29T07:26:18.912732+00:00'
based_on: null
creator:
- '@type':
......@@ -3209,7 +3209,7 @@ files:
_id: https://github.com/blob/08ce9dcefeb0586ef4331f000f9fec51b42e7ae2/data/covid19_chile_2020-04-18.csv
_label: data/covid19_chile_2020-04-18.csv@08ce9dcefeb0586ef4331f000f9fec51b42e7ae2
_project: null
added: '2020-04-27T07:24:29.290190+00:00'
added: '2020-04-29T07:26:19.030770+00:00'
based_on: null
creator:
- '@type':
......@@ -3273,7 +3273,7 @@ files:
_id: https://github.com/blob/08ce9dcefeb0586ef4331f000f9fec51b42e7ae2/data/covid19_chile_2020-04-17.csv
_label: data/covid19_chile_2020-04-17.csv@08ce9dcefeb0586ef4331f000f9fec51b42e7ae2
_project: null
added: '2020-04-27T07:24:29.546565+00:00'
added: '2020-04-29T07:26:18.804666+00:00'
based_on: null
creator:
- '@type':
......@@ -3313,7 +3313,7 @@ files:
'@type':
- prov:Location
- schema:Project
_id: https://renkulab.io/projects/covid-19/covid-19-public-data
_id: https://localhost/projects/cramakri/covid-19-dashboard
created: '2020-03-11T21:43:12.736000+00:00'
creator:
'@type':
......@@ -3337,7 +3337,7 @@ files:
_id: https://github.com/blob/08ce9dcefeb0586ef4331f000f9fec51b42e7ae2/data/covid19_chile_2020-04-19.csv
_label: data/covid19_chile_2020-04-19.csv@08ce9dcefeb0586ef4331f000f9fec51b42e7ae2
_project: null
added: '2020-04-27T07:24:30.189323+00:00'
added: '2020-04-29T07:26:19.519583+00:00'
based_on: null
creator:
- '@type':
......
......@@ -37,4 +37,4 @@ creator:
name: Chandrasekhar Ramakrishnan
name: covid-19-dashboard
updated: '2020-03-11T21:43:12.736000+00:00'
version: '3'
version: '4'
class: Workflow
cwlVersion: v1.0
hints: []
inputs:
input_1:
default: out_folder
streamable: false
type: string
input_2:
default: data/covidtracking
streamable: false
type: string
input_3:
default:
class: File
path: ../../notebooks/process/download-covidtracking-data.ipynb
streamable: false
type: File
input_4:
default: runs/download-covidtracking-data.runs.ipynb
streamable: false
type: string
input_5:
default: states-metadata.json
streamable: false
type: string
input_6:
default: states-daily.json
streamable: false
type: string
outputs:
output_0:
outputSource: step_1/output_1
streamable: false
type: Directory
output_2:
outputSource: step_1/output_0
streamable: false
type: File
requirements: []
steps:
step_1:
in:
input_1: input_1
input_2: input_2
input_3: input_3
input_4: input_4
out:
- output_1
- output_0
run: a17d560c41a54f5aa307ce5f3c5effe5_papermill.cwl
step_2:
in:
filename: input_5
input_directory: step_1/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
class: InlineJavascriptRequirement
- &id002
class: InitialWorkDirRequirement
listing: $(inputs.input_directory.listing)
successCodes: []
temporaryFailCodes: []
step_3:
in:
filename: input_6
input_directory: step_1/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
- *id002
successCodes: []
temporaryFailCodes: []
class: Workflow
cwlVersion: v1.0
hints: []
inputs:
input_1:
default:
class: File
path: ../../notebooks/covid-19-italy.ipynb
streamable: false
type: File
input_10:
default: data_path
streamable: false
type: string
input_11:
default:
class: Directory
listing: []
path: ../../data/openzh-covid-19
streamable: false
type: Directory
input_12:
default: figures_path
streamable: false
type: string
input_13:
default: figures
streamable: false
type: string
input_14:
default: atlas_path
streamable: false
type: string
input_15:
default:
class: File
path: ../../notebooks/covidtracking.ipynb
streamable: false
type: File
input_16:
default: runs/covidtracking.run.ipynb
streamable: false
type: string
input_17:
default: data_path
streamable: false
type: string
input_18:
default:
class: Directory
listing: []
path: ../../data/covidtracking
streamable: false
type: Directory
input_19:
default: atlas_path
streamable: false
type: string
input_2:
default: runs/covid-19-italy.run.ipynb
streamable: false
type: string
input_20:
default:
class: Directory
listing: []
path: ../../data/atlas
streamable: false
type: Directory
input_21:
default:
class: File
path: ../../notebooks/covid-19-us-nyt.ipynb
streamable: false
type: File
input_22:
default: runs/covid-19-us-nyt.run.ipynb
streamable: false
type: string
input_23:
default: data_path
streamable: false
type: string
input_24:
default:
class: Directory
listing: []
path: ../../data/covid-19-us-nyt
streamable: false
type: Directory
input_25:
default: italy_data_path
streamable: false
type: string
input_26:
default:
class: File
path: ../../data/covid-19-italy/dpc-covid19-ita-regioni.csv
streamable: false
type: File
input_27:
default: atlas_path
streamable: false
type: string
input_28:
default:
class: Directory
listing: []
path: ../../data/atlas
streamable: false
type: Directory
input_29:
default:
class: File
path: ../../notebooks/Dashboard.ipynb
streamable: false
type: File
input_3:
default: data_folder
streamable: false
type: string
input_30:
default: runs/Dashboard.run.ipynb
streamable: false
type: string
input_31:
default: ts_folder
streamable: false
type: string
input_32:
default:
class: Directory
listing: []
path: ../../data/covid-19_jhu-csse
streamable: false
type: Directory
input_33:
default: rates_folder
streamable: false
type: string
input_34:
default:
class: Directory
listing: []
path: ../../data/covid-19_rates
streamable: false
type: Directory
input_35:
default: geodata_path
streamable: false
type: string
input_36:
default:
class: File
path: ../../data/geodata/geo_data.csv
streamable: false
type: File
input_37:
default: atlas_path
streamable: false
type: string
input_38:
default:
class: Directory
listing: []
path: ../../data/atlas
streamable: false
type: Directory
input_4:
default:
class: Directory
listing: []
path: ../../data/covid-19-italy
streamable: false
type: Directory
input_5:
default:
class: File
path: ../../notebooks/openzh-covid-19.ipynb
streamable: false
type: File
input_6:
default:
class: Directory
listing: []
path: ../../data/atlas
streamable: false
type: Directory
input_7:
default: runs/openzh-covid-19.run.ipynb
streamable: false
type: string
input_8:
default: save_figures
streamable: false
type: string
input_9:
default: 'True'
streamable: false
type: string
outputs:
output_0:
outputSource: step_3/output_0
streamable: false
type: File
output_1:
outputSource: step_2/output_0
streamable: false
type: File
output_2:
outputSource: step_5/output_0
streamable: false
type: File
output_3:
outputSource: step_1/output_0
streamable: false
type: File
output_4:
outputSource: step_4/output_0
streamable: false
type: File
output_5:
outputSource: step_2/output_1
streamable: false
type: Directory
requirements: []
steps:
step_1:
in:
input_1: input_1
input_2: input_2
input_3: input_3
input_4: input_4
out:
- output_0
run: 4a3366aed5154987aa505ac946f1e25a_papermill.cwl
step_2:
in:
input_1: input_5
input_10: input_6
input_2: input_7
input_3: input_8
input_4: input_9
input_5: input_10
input_6: input_11
input_7: input_12
input_8: input_13
input_9: input_14
out:
- output_0
- output_1
run: d03bdcf1bad440d7ad5010cd182358d1_papermill.cwl
step_3:
in:
input_1: input_15
input_2: input_16
input_3: input_17
input_4: input_18
input_5: input_19
input_6: input_20
out:
- output_0
run: 2fba4568d8784fb99872b6c8a35f66b9_papermill.cwl
step_4:
in:
input_1: input_21
input_2: input_22
input_3: input_23
input_4: input_24
input_5: input_25
input_6: input_26
input_7: input_27
input_8: input_28
out:
- output_0
run: 66502cc19ea049fcb7695c2f8b34d0f9_papermill.cwl
step_5:
in:
input_10: input_29
input_11: input_30
input_2: input_31
input_3: input_32
input_4: input_33
input_5: input_34
input_6: input_35
input_7: input_36
input_8: input_37
input_9: input_38
out:
- output_0
run: edeae7a3f9bd41579941a5f9b0eaf2aa_papermill.cwl
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_0:
outputSource: step_2/output_0
streamable: false
type: File
output_2:
outputSource: step_2/output_1
streamable: false
type: Directory
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_0
- output_1
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: []
class: Workflow
cwlVersion: v1.0
hints: []
inputs:
input_1:
default: states-metadata.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-daily.json
streamable: false
type: string
outputs:
output_0:
outputSource: step_2/output_1
streamable: false
type: Directory
output_1:
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-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
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_0
- output_1
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-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
- *id002
successCodes: []
temporaryFailCodes: []
class: Workflow
cwlVersion: v1.0
hints: []
inputs:
input_1:
default:
class: File
path: ../../notebooks/openzh-covid-19.ipynb
streamable: false
type: File
input_10:
default: atlas_path
streamable: false
type: string
input_11:
default:
class: File
path: ../../notebooks/covid-19-us-nyt.ipynb
streamable: false
type: File
input_12:
default: runs/covid-19-us-nyt.run.ipynb
streamable: false
type: string
input_13:
default: data_path
streamable: false
type: string
input_14:
default:
class: Directory
listing: []
path: ../../data/covid-19-us-nyt
streamable: false
type: Directory
input_15:
default: italy_data_path
streamable: false
type: string
input_16:
default:
class: File
path: ../../data/covid-19-italy/dpc-covid19-ita-regioni.csv
streamable: false
type: File
input_17:
default: atlas_path
streamable: false
type: string
input_18:
default:
class: Directory
listing: []
path: ../../data/atlas
streamable: false
type: Directory
input_19:
default:
class: File
path: ../../notebooks/covidtracking.ipynb
streamable: false
type: File
input_2:
default:
class: Directory
listing: []
path: ../../data/atlas
streamable: false
type: Directory
input_20:
default: runs/covidtracking.run.ipynb
streamable: false
type: string
input_21:
default: data_path
streamable: false
type: string
input_22:
default:
class: Directory
listing: []
path: ../../data/covidtracking
streamable: false
type: Directory
input_23:
default: atlas_path
streamable: false
type: string
input_24:
default:
class: Directory
listing: []
path: ../../data/atlas
streamable: false
type: Directory
input_25:
default:
class: File
path: ../../notebooks/covid-19-italy.ipynb
streamable: false
type: File
input_26:
default: runs/covid-19-italy.run.ipynb
streamable: false
type: string
input_27:
default: data_folder
streamable: false
type: string
input_28:
default:
class: Directory
listing: []
path: ../../data/covid-19-italy
streamable: false
type: Directory
input_29:
default:
class: File
path: ../../notebooks/Dashboard.ipynb
streamable: false
type: File
input_3:
default: runs/openzh-covid-19.run.ipynb
streamable: false
type: string
input_30:
default: runs/Dashboard.run.ipynb
streamable: false
type: string
input_31:
default: ts_folder
streamable: false
type: string
input_32:
default:
class: Directory
listing: []
path: ../../data/covid-19_jhu-csse
streamable: false
type: Directory
input_33:
default: rates_folder
streamable: false
type: string
input_34:
default:
class: Directory
listing: []
path: ../../data/covid-19_rates
streamable: false
type: Directory
input_35:
default: geodata_path
streamable: false
type: string
input_36:
default:
class: File
path: ../../data/geodata/geo_data.csv
streamable: false
type: File
input_37:
default: atlas_path
streamable: false
type: string
input_38:
default:
class: Directory
listing: []
path: ../../data/atlas
streamable: false
type: Directory
input_4:
default: save_figures
streamable: false
type: string
input_5:
default: 'True'
streamable: false
type: string
input_6:
default: data_path
streamable: false
type: string
input_7:
default:
class: Directory
listing: []
path: ../../data/openzh-covid-19
streamable: false
type: Directory
input_8:
default: figures_path
streamable: false
type: string
input_9:
default: figures
streamable: false
type: string
outputs:
output_0:
outputSource: step_3/output_0
streamable: false
type: File
output_1:
outputSource: step_1/output_1
streamable: false
type: Directory
output_2:
outputSource: step_4/output_0
streamable: false
type: File
output_3:
outputSource: step_2/output_0
streamable: false
type: File
output_4:
outputSource: step_5/output_0
streamable: false
type: File
output_5:
outputSource: step_1/output_0
streamable: false
type: File
requirements: []
steps:
step_1:
in:
input_1: input_1
input_10: input_2
input_2: input_3
input_3: input_4
input_4: input_5
input_5: input_6
input_6: input_7
input_7: input_8
input_8: input_9
input_9: input_10
out:
- output_1
- output_0
run: d03bdcf1bad440d7ad5010cd182358d1_papermill.cwl
step_2:
in:
input_1: input_11
input_2: input_12
input_3: input_13
input_4: input_14
input_5: input_15
input_6: input_16
input_7: input_17
input_8: input_18
out:
- output_0
run: 66502cc19ea049fcb7695c2f8b34d0f9_papermill.cwl
step_3:
in:
input_1: input_19
input_2: input_20
input_3: input_21
input_4: input_22
input_5: input_23
input_6: input_24
out:
- output_0
run: 2fba4568d8784fb99872b6c8a35f66b9_papermill.cwl
step_4:
in:
input_1: input_25
input_2: input_26
input_3: input_27
input_4: input_28
out:
- output_0
run: 4a3366aed5154987aa505ac946f1e25a_papermill.cwl
step_5:
in:
input_10: input_29
input_11: input_30
input_2: input_31
input_3: input_32
input_4: input_33
input_5: input_34
input_6: input_35
input_7: input_36
input_8: input_37
input_9: input_38
out:
- output_0
run: edeae7a3f9bd41579941a5f9b0eaf2aa_papermill.cwl
class: Workflow
cwlVersion: v1.0
hints: []
inputs:
input_1:
default: states-metadata.json
streamable: false
type: string
input_2:
default: states-daily.json
streamable: false
type: string
input_3:
default: out_folder
streamable: false
type: string
input_4:
default: data/covidtracking
streamable: false
type: string
input_5:
default:
class: File
path: ../../notebooks/process/download-covidtracking-data.ipynb
streamable: false
type: File
input_6:
default: runs/download-covidtracking-data.runs.ipynb
streamable: false
type: string
outputs:
output_0:
outputSource: step_3/output_1
streamable: false
type: Directory
output_3:
outputSource: step_3/output_0
streamable: false
type: File
requirements: []
steps:
step_1:
in:
filename: input_1
input_directory: step_3/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
class: InlineJavascriptRequirement
- &id002
class: InitialWorkDirRequirement
listing: $(inputs.input_directory.listing)
successCodes: []
temporaryFailCodes: []
step_2:
in:
filename: input_2
input_directory: step_3/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
- *id002
successCodes: []
temporaryFailCodes: []
step_3:
in:
input_1: input_3
input_2: input_4
input_3: input_5
input_4: input_6
out:
- output_0
- output_1
run: a17d560c41a54f5aa307ce5f3c5effe5_papermill.cwl
class: Workflow
cwlVersion: v1.0
hints: []
inputs:
input_1:
default: out_folder
streamable: false
type: string
input_2:
default: data/covidtracking
streamable: false
type: string
input_3:
default:
class: File
path: ../../notebooks/process/download-covidtracking-data.ipynb
streamable: false
type: File
input_4:
default: runs/download-covidtracking-data.runs.ipynb
streamable: false
type: string
input_5:
default: states-daily.json
streamable: false
type: string
input_6:
default: states-metadata.json
streamable: false
type: string
outputs:
output_0:
outputSource: step_1/output_0
streamable: false
type: File
output_3:
outputSource: step_1/output_1
streamable: false
type: Directory
requirements: []
steps:
step_1:
in:
input_1: input_1
input_2: input_2
input_3: input_3
input_4: input_4
out:
- output_1
- output_0
run: a17d560c41a54f5aa307ce5f3c5effe5_papermill.cwl
step_2:
in:
filename: input_5
input_directory: step_1/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_3:
in:
filename: input_6
input_directory: step_1/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: []
arguments: []
baseCommand:
- papermill
class: CommandLineTool
cwlVersion: v1.0
hints: []
inputs:
input_1:
default: out_folder
inputBinding:
position: 1
prefix: -p
separate: true
shellQuote: true
streamable: false
type: string
input_2:
default: data/distancing-metrics
inputBinding:
position: 2
separate: true
shellQuote: true
streamable: false
type: string
input_3:
default:
class: File
path: ../../notebooks/process/download-distancing-data.ipynb
inputBinding:
position: 3
prefix: --inject-paths
separate: true
shellQuote: true
streamable: false
type: File
input_4:
default: runs/download-distancing-data.runs.ipynb
inputBinding:
position: 4
separate: true
shellQuote: true
streamable: false
type: string
outputs:
output_0:
outputBinding:
glob: $(inputs.input_4)
streamable: false
type: File
output_1:
outputBinding:
glob: $(inputs.input_2)
streamable: false
type: Directory
permanentFailCodes: []
requirements:
- class: InlineJavascriptRequirement
- class: InitialWorkDirRequirement
listing:
- entry: '$({"listing": [], "class": "Directory"})'
entryname: runs
writable: true
- entry: '$({"listing": [], "class": "Directory"})'
entryname: data/distancing-metrics
writable: true
- entry: $(inputs.input_3)
entryname: notebooks/process/download-distancing-data.ipynb
writable: false
successCodes: []
temporaryFailCodes: []
This diff is collapsed.
This diff is collapsed.