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

Replacement to SRAdbV2 #54

Closed markziemann closed 4 years ago

markziemann commented 5 years ago

SRAdbV2 has been down for a while now. Not even a static version is available. Luckily I have backups of the necessary metadata.

Over the next month or so I will be investigating options for a replacement, such as https://github.com/seandavi/OmicIDXR/

Malili2018 commented 4 years ago

Dear markziemann, I'm using your package for data analysis now. I found that the SRAdbV2 package has updated their api website a few days ago. Can you update the code in backend to adjust their current api? Thanks a lot.

markziemann commented 4 years ago

Thanks for the message. I have copied seandavi's comment below.

"Sorry, all. We did some substantial updates and changes. https://github.com/omicidx/omicidx http://api.omicidx.cancerdatasci.org/redoc"

It will take me some time to make this change. The specific points which are concerning are the change in data format and possibly the fields as compared to the previous R package.

I am wary of spending a lot of time on omicdx as it may also not be maintained for a very long time and go down at some stage. I would rather plug in directly to NCBI.

markziemann commented 4 years ago

I am actively working on this issue and will implement a solution by obtaining SRA metadata manually from NCBI, a push is expected in the next 3-4 days

markziemann commented 4 years ago

This has been addressed in the past few commits. Most species have included new metadata but mouse and human will be updated in the next week.

markziemann commented 4 years ago

@Malili2018 Metadata has been directly downloaded from NCBI and I've updated all species. I will close this issue and feel free to reopen if you need.