File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
.github/actions/download-demo Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1- name : " Download MIMIC-IV Demo"
2- description : " Downloads MIMIC-IV demo data from PhysioNet"
1+ name : " Download MIMIC-IV and MIMIC-IV-ED Demo"
2+ description : " Downloads MIMIC-IV and MIMIC-IV-ED demo data from PhysioNet"
33runs :
44 using : " composite"
55 steps :
66 - name : Download demo data from PhysioNet
77 run : |
8- echo "Downloading MIMIC-IV demo from PhysioNet."
8+ echo "Downloading MIMIC-IV and MIMIC-IV-ED demo from PhysioNet."
99 wget -r -N -c --reject "index.html*" -nH -np --cut-dirs=3 https://physionet.org/files/mimic-iv-demo/2.2/
10- mv physionet.org/files/mimic-iv-demo/hosp hosp
11- mv physionet.org/files/mimic-iv-demo/icu icu
1210 wget -r -N -c --reject "index.html*" -nH -np --cut-dirs=3 https://physionet.org/files/mimic-iv-ed-demo/2.2/
13- mv physionet.org/files/mimic-iv-demo/ed ed
1411 shell : bash
You can’t perform that action at this time.
0 commit comments