RNAcentral is an open public resource that offers integrated access to a comprehensive and up-to-date set of non-coding RNA sequences provided by a consortium of Expert Databases.
The development of RNAcentral is coordinated by the European Bioinformatics Institute and is funded by Wellcome.
- Clone Git repository:
git clone --recursive https://github.com/RNAcentral/rnacentral-webcode.git
- 
Using the .env-examplefile as a template, create the.envfile and change the environment variables as desired. The public postgres database is configured by default. If you want to use another database, add the following environment variables:DB_HOST,DB_NAME,DB_USER,DB_PASSWORD, andDB_PORT.
- 
Run the app using Docker: 
docker-compose up --build
Please get in touch if you have any feedback using GitHub issues or using the contact us form.
