MaayanLab / cfde_gene_pages

Common Fund Gene Landing Pages as a Dashboard
Other
1 stars 0 forks source link
cfde

CFDE Gene Pages

https://cfde-gene-pages.cloud/

Development

# install dependencies
npm install
# run in development
npm run dev

Production

Docker

docker-compose up

Native

# prepare
npm run build
# run in production
npm run start

Building Downloads

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