willfinnigan / RetroBioCat

MIT License
20 stars 10 forks source link

When initializing the database, the mongo_dump.gz and Sequences files were not found #7

Closed HanMengying closed 1 year ago

HanMengying commented 3 years ago

https://figshare.com/articles/software/RetroBioCat_database_files/12696482

QQ图片20210730175653

QQ图片20210730175729

When I got to the step of initializing the database, the web page suggested that 4 files were needed, but I only found 3 on your website, and the mongo_dump.gz and Sequences files are missing. After I successfully uploaded rxns_yaml.yaml and trial_activity_data.xlsx, I run the website and use the Network explorer tool, but an error is reported and no information is displayed in the background. Is it the lack of data? Or something else, how can I make this website work?

QQ图片20210730175754

willfinnigan commented 3 years ago

Hi HanMengying,

The mongo_dump.gz is an alternative method of creating the database from a backup. I have updated the readme to mention this. If you do not have a mongo_dump.gz file then ignore this option.

Unfortunetly we're also not able to provide a sequences file at the moment, but this is not strictly necessary for the retrosynthesis elements of the website to work.

So ensure that you've uploaded the reactions yaml and the activity data (in the BioCatDB excel field). If these are loaded correctly, and you have a worker process running, network explorer should work.

To debug why you're getting an error, you'll need to look at the terminal output to see where the error is. Feel free to post that here and I can try and help you.

However I would recommend using the hosted version of retrobiocat at https://retrobiocat.com

Kind regards, Will