MIT-LCP / eicu-code

Code and website related to the eICU Collaborative Research Database
https://eicu-crd.mit.edu
MIT License
307 stars 212 forks source link

New releases of eICU-CRD will be announced here #36

Open alistairewj opened 6 years ago

alistairewj commented 6 years ago

New releases of eICU-CRD will be announced here. To keep up to date on the latest releases, click the 'subscribe' button to receive notifications.

image

Please do not use this thread to ask for updates on the status of data releases.

alistairewj commented 6 years ago

eICU-CRD v2.0 is now available on PhysioNetWorks. Changelog is available on the v2.0 branch and will soon be up on the website: https://eicu-crd.mit.edu/about/releasenotes/

cosgriffc commented 6 years ago

Just tried to setup and ran into a little hitch. Looks like the Physionet site still has the old wget command:

wget --user YOURUSERNAME --ask-password -A csv.gz -m -p -E -k -K -np -nd https://physionet.org/works/eICUCollaborativeResearchDatabase/files/

I believe it should be this instead: wget --user YOURUSERNAME --ask-password -A csv.gz -m -p -E -k -K -np -nd https://physionet.org/works/eICUCollaborativeResearchDatabase/files/version_2_0/

tompollard commented 6 years ago

Thanks for picking this up Chris. We'll update the site shortly!

tompollard commented 6 years ago

@cosgriffc after taking a look at this, it seems the suggested command is correct. There's no need to specify the directory because the wget command is following the URLs from the index page (which have been updated to point to the current version).

cosgriffc commented 6 years ago

Ahh okay, sorry for confusion then!

tompollard commented 6 years ago

No problem, these things help to keep us on our toes!