Difference between revisions of "Migrating from GBrowse to JBrowse"

From GMOD
Jump to: navigation, search
(Created page with " == Things to consider == *New or Existing Server *disk space requirements *computing requirements *do you have the original GFF? *dealing with multiple species/data sources...")
 
(Things to consider)
Line 1: Line 1:
  
 
== Things to consider ==
 
== Things to consider ==
*New or Existing Server
+
===New or Existing Server===
*disk space requirements
+
===disk space requirements===
*computing requirements
+
===computing requirements===
*do you have the original GFF?
+
===do you have the original GFF?===
*dealing with multiple species/data sources
+
 
 +
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 [[JBrowse_FAQ#How_do_I_set_up_multiple_genomes_in_a_single_jbrowse_instance.3F|this FAQ]] and the one below it, and the section in the [[JBrowse Configuration Guide]] that they point to.
  
 
==prepare-refseqs.pl==
 
==prepare-refseqs.pl==

Revision as of 18:19, 9 July 2018

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