https://cfde-gene-pages.cloud/
# install dependencies
npm install
# run in development
npm run dev
docker-compose up
# prepare
npm run build
# run in production
npm run start
A Makefile
was created for directly assembling the downloads from scratch, it takes some time to execute.
# install any necessary python dependencies
pip install -r requirements.txt
# build all downloads
make downloads