markziemann / dee2

Digital Expression Explorer 2 (DEE2): a repository of uniformly processed RNA-seq data
http://dee2.io
GNU General Public License v3.0
39 stars 7 forks source link

query to http://dee2.io/metadata/hsapiens_metadata.tsv.cut responds 404 #70

Closed uilnauyis closed 4 years ago

uilnauyis commented 4 years ago

Thank you for your effort in developing and maintaining this tool!

I received a 404 response for requesting http://dee2.io/metadata/hsapiens_metadata.tsv.cut when I tried to obtain DEE2 data for 'hsapiens'. This issue broke the functions 'getDee2Metadata' and 'getDEE2' for getting 'hsapiens' data.

For replicating the issue, try the following code: > mdat<-getDee2Metadata("hsapiens") trying URL 'http://dee2.io/metadata/hsapiens_metadata.tsv.cut' Error in download.file(metadataURL, destfile = metadataname, mode = "wb", : cannot open URL 'http://dee2.io/metadata/hsapiens_metadata.tsv.cut' In addition: Warning message: In download.file(metadataURL, destfile = metadataname, mode = "wb", : cannot open URL 'http://dee2.io/metadata/hsapiens_metadata.tsv.cut': HTTP status was '404 Not Found'

Or directly make request to http://dee2.io/metadata/hsapiens_metadata.tsv.cut

markziemann commented 4 years ago

Hi @uilnauyis, thanks for raising this issue. It looks like a softlink to the metadata was broken for some reason on the webserver. Seems like the other species are OK. I have confirmed that http://dee2.io/metadata/hsapiens_metadata.tsv.cut is working now.

uilnauyis commented 4 years ago

Thanks for fixing the issue. I could confirm the issue has disappeared.