ratschlab / rDiff

Tests for Differential RNA Isoform Expression
GNU General Public License v3.0
5 stars 2 forks source link

rDiff example data is not available on cbio.mskcc.org website #6

Closed martinjvickers closed 4 years ago

martinjvickers commented 7 years ago

The example data is no longer available on the website.

wget -c http://cbio.mskcc.org/public/raetschlab/user/drewe/rdiff/example_data.tar.gz
--2017-11-07 12:07:08--  http://cbio.mskcc.org/public/raetschlab/user/drewe/rdiff/example_data.tar.gz
Resolving cbio.mskcc.org (cbio.mskcc.org)... 140.163.254.35
Connecting to cbio.mskcc.org (cbio.mskcc.org)|140.163.254.35|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2017-11-07 12:07:08 ERROR 404: Not Found.
AlexWeinreb commented 4 years ago

In ./examples/get_data.sh, you want to change line 23 from:

wget -c http://cbio.mskcc.org/public/raetschlab/user/drewe/rdiff/example_data.tar.gz

to:

wget -c https://public.bmi.inf.ethz.ch/user/drewe/rdiff/data/example_data.tar.gz

The correct links are available on the website in the "publication" tab, but doesn't list all the files needed.

philippdre commented 4 years ago

Done.

Thx for letting me know that the paths were outdated.

Best regards, Philipp

On 17 Jun 2020, at 23:53, AlexWeinreb notifications@github.com wrote:

In ./examples/get_data.sh, you want to change line 23 from:

wget -c http://cbio.mskcc.org/public/raetschlab/user/drewe/rdiff/example_data.tar.gz to:

wget -c https://public.bmi.inf.ethz.ch/user/drewe/rdiff/data/example_data.tar.gz The correct links are available on the website in the "publication" tab, but doesn't list all the files needed.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ratschlab/rDiff/issues/6#issuecomment-645645346, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2RN6VQCF4NY7LSCFFZHE3RXE3O5ANCNFSM4ECSYY5Q.

martinjvickers commented 4 years ago

Fixed in; https://github.com/ratschlab/rDiff/blob/90fa6cb643a22145f6e06555b2626a2ce14ab111/examples/get_data.sh#L23