reactome / container

:construction: Repository for files for running a Reactome production-like environment inside a docker container. Currently, this project's status is "Work-In-Progress". :construction:
9 stars 4 forks source link

Data/archives (analysis_v61.bin.gz) not found #48

Closed shkao closed 6 years ago

shkao commented 6 years ago

Hello,

I'm calling deploy.sh but it seems the file is no longer there?

bash deploy.sh -d all -b all -r                                                                                                                                   
Selected 'all'. All previous archives, if present, will be deleted and new ones will be downloaded.
#######################################################################
# Filename:   analysis.bin.gz
#######################################################################
Old file deleted, downloading new one...
--2018-04-16 15:46:01--  https://reactome.org/download/current/analysis_v61.bin.gz
Resolving reactome.org (reactome.org)... 206.108.125.163
Connecting to reactome.org (reactome.org)|206.108.125.163|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-04-16 15:46:02 ERROR 404: Not Found.

Search around https://reactome.org/download/current/ but I still couldn't find an updated one, can you update the URL? Thanks in advance.

SolomonShorser-OICR commented 6 years ago

Hi @shkao, This project is currently a work-in-progress. It is undergoing an internal reorganization, after the Reactome site switched from WordPress to Joomla. The way we handle the data files has changed, and as a result, this analysis file is not currently available in the download directory. I'm sorry if this has caused you any problems. If you have any further questions or concerns, you can email them to the Reactome Help mailing list at help@reactome.org Thanks, Solomon Shorser.

shkao commented 6 years ago

I see, thanks for getting me back. Any other resource for setting up a local Reactome at this moment?

SolomonShorser-OICR commented 6 years ago

Hi @shkao, Currently, we do not have a simple method for installing a local Reactome instance. Most of the Reactome data sources are available for download. The graph database (for Neo4J) is here: https://reactome.org/download/current/reactome.graphdb.tgz and the relational database (for MySQL) is here: https://reactome.org/download/current/databases/gk_current.sql.gz

Many users download these databases to do their own local queries and analysis.

Reactome also provides a number of web services that can be accessed from your own program. More information can be found in the Developer's Zone.

Do these services provide the functionality you need?

shkao commented 6 years ago

Yes, thanks a lot @SolomonShorser-OICR !