A Web Server for High-Resolution Ensemble Models of 3D Single-Cell Chromatin Conformations
- Install Docker to your laptop
- Download the sample data from this link and create a Example_Data folder in under the root project directory
- Create a .env file under the root project directory
DB_USERNAME=admin
DB_HOST=db
DB_NAME=chromosome_db
DB_PASSWORD=chromosome
[email protected]
PGADMIN_DEFAULT_PASSWORD=chromosome
- Under this project folder, and run
docker compose up --build
(it will need some time for the initialization)