1. Running a GeneNoteBook server
2. Adding data
Bioconda
conda install -c bioconda genenotebook
Docker
docker pull genenotebook/genenotebook
Build from source (this requires node.js)
git clone https://github.com/genenotebook/genenotebook cd genenotebook npm install && npm run bundle