eicu-code
eicu-code copied to clipboard
New releases of eICU-CRD will be announced here
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.
Please do not use this thread to ask for updates on the status of data releases.
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/
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/
Thanks for picking this up Chris. We'll update the site shortly!
@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).
Ahh okay, sorry for confusion then!
No problem, these things help to keep us on our toes!