Genoboo is a fork of GeneNoteBook, and may be merged back to the main repository at any point.
Full documentation is at http://genenotebook.github.io/
conda install -c bioconda genenotebook
genenotebook run
Navigate to http://localhost:3000
⚠️ The default admin account isusername: admin
password: admin
, please change this immediately!⚠️
Add data (for example from testdata.tgz found in this repository)
genenotebook add genome -u admin -p admin --port 3000 -n test testdata.fasta
genenotebook add annotation -u admin -p admin --port 3000 -n test testdata.gff3