Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 383 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 383 Bytes

rnacentral-export

Microservice to export RNAcentral data

Installation

  1. Clone Git repository:
git clone https://github.com/RNAcentral/rnacentral-export.git
  1. Run the app using Docker:
docker-compose up --build

Tests

To run unit tests, use

docker exec rnacentral-export_web_1 pytest ./app/tests.py