Migrating from GBrowse to JBrowse

From GMOD
Revision as of 18:19, 9 July 2018 by Scott (Talk | contribs)

Jump to: navigation, search

Things to consider

New or Existing Server

disk space requirements

computing requirements

do you have the original GFF?

Generally, it Is easier to create a JBrowse instance from the original GFF that from a GBrowse database like Bio::DB::GFF or Bio::DB::SeqFeature::Store.

dealing with multiple species/data sources

JBrowse can easily support having multiple species or data sources, like you would see in a drop down menu in GBrowse. See this FAQ and the one below it, and the section in the JBrowse Configuration Guide that they point to.

prepare-refseqs.pl

Example command lines for GFF, FASTA and BioDB

*-to-json.pl

Mapping out GBrowse to JBrowse configuration

A table would be good

Special note about callbacks

Dealing with binary data

Where to get help