Skip to content

Commit 4216909

Browse files
committed
fix: remove unnecessary mv commands
1 parent e8318bd commit 4216909

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
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"
33
runs:
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

0 commit comments

Comments
 (0)