JBrowse¶
Installation
- Download the jbrowse.zip file and unzip into plugins directory.
- Edit database details in
services/settings.phpfile.
Manual installation from JBrowse.org - optional
Following steps are important when you need to convert existing JBrowse into GenIE module.
- Copy JBrowse into plugins folder
- Copy
index.phpinto jbrowse folder - Create menu item called jbrowse
- Change plugins
plugins/jbrowse/main.cssandplugins/jbrowse/genome.css - Copy
pugins/jbrowse/index.htmlintoplugins/jbrowse/tool.phpfrom jbrowse.zip - Copy
plugins/jbrowse/src/dojo/dojo.cssfrom jbrowse.zip - Copy
plugins/jbrowse/src/dijit/theme/tundra/tundra.cssfrom jbrowse.zip
Loading data into JBrowse
bin/prepare-refseqs.pl --fasta ../../data/Egrandis297v2.0.fa
bin/flatfile-to-json.pl --gff ../../data/Egrandis297v2.0.gene.gff3 --trackLabel E.Genes --trackType CanvasFeatures
bin/generate-names.pl -v
Usage
Navigate to http://[your server name]/genie/jbrowse
For more information please go to JBrowse documentation