Difference between revisions of "GBrowse"

From GMOD
Jump to: navigation, search
m
Line 12: Line 12:
 
* Supports third party annotation using [http://www.sanger.ac.uk/software/GFF GFF] formats.
 
* Supports third party annotation using [http://www.sanger.ac.uk/software/GFF GFF] formats.
 
* Settings persist across sessions.
 
* Settings persist across sessions.
* DNA and GFF dumps.
+
* [[DNA]] and [[GFF]] dumps.
* Connectivity to different databases, including [http://biosql.org BioSQL] and [[Chado_-_Getting_Started|Chado]].
+
* Connectivity to different databases, including [http://biosql.org BioSQL] and [[Chado]].
 
* Multi-language support.
 
* Multi-language support.
 
* Third-party feature loading.
 
* Third-party feature loading.
* Customizable plug-in architecture (e.g. run BLAST, dump & import many formats, find oligonucleotides, design primers, create restriction maps, edit features)
+
* Customizable plug-in architecture (e.g. run [[BLAST]], dump & import many formats, find oligonucleotides, design primers, create restriction maps, edit features)
  
  

Revision as of 22:30, 12 April 2007

Description

GBrowse is the most popular viewer in GMOD. For a list of GBrowse and GMOD installations see the GMOD Users page.

The Generic Genome Browser is a combination of database and interactive Web page for manipulating and displaying annotations on genomes. Some of its features:

  • Simultaneous bird's eye and detailed views of the genome.
  • Scroll, zoom, center.
  • Attach arbitrary URLs to any annotation.
  • Order and appearance of tracks are customizable by administrator and end-user.
  • Search by annotation ID, name, or comment.
  • Supports third party annotation using GFF formats.
  • Settings persist across sessions.
  • DNA and GFF dumps.
  • Connectivity to different databases, including BioSQL and Chado.
  • Multi-language support.
  • Third-party feature loading.
  • Customizable plug-in architecture (e.g. run BLAST, dump & import many formats, find oligonucleotides, design primers, create restriction maps, edit features)


Documentation


In addition there are many useful HTML files that are created for you when you install the package, including:

Since these are in Perl POD format these files may contain formatting code when viewed in a Web browser.


Downloads

Download the source from the SourceForge download page.


Getting the Latest & Greatest Version by CVS

There are many new features in the current development version which have not been released yet. To get the latest version, please use anonymous CVS. The recommended branch to use is gbrowse-sessions which is more stable than HEAD. Here is the recipe:

% cvs -d :pserver:anonymous@gmod.cvs.sourceforge.net:/cvsroot/gmod login
CVS password: <hit return>
% cvs -d :pserver:anonymous@gmod.cvs.sourceforge.net:/cvsroot/gmod co -r gbrowse-session Generic-Genome-Browser

Once you have successfully checked out the Generic-Genome-Browser distribution, you can simply perform a cvs update inside the directory to get recent changes.

You can also browse the GBrowse CVS here.


Installation


About Databases

GBrowse has a flexible adaptor system for running off various types of database. Standard adaptors include:

  • Flat file adaptors (in-memory, indexed) -- put your annotations in a directory and go!
  • Relational database adaptors -- Chado, BioSQL.
  • Network adaptors -- read annotations from GenBank, UCSC or Ensembl.
  • GFF databases -- Bio::DB::GFF, Bio::DB::SeqFeature


Contacts

Please report bugs to the SourceForge Bug Tracker.

Please send questions to the GBrowse mailing list.