https://cfde-gene-pages.cloud/
# install dependencies
npm install
# run in development
npm run devdocker-compose up# prepare
npm run build
# run in production
npm run startA 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