Difference between revisions of "GBrowse"

From GMOD
Jump to: navigation, search
(Installation)
(Getting the Latest & Greatest Version by CVS)
Line 53: Line 53:
  
  
=== Getting the Latest & Greatest Version by CVS ===
+
=== 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:
+
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 ''stable'' which is more stable than HEAD. Here is the recipe:
  
 
  % cvs -d :pserver:anonymous@gmod.cvs.sourceforge.net:/cvsroot/gmod login
 
  % cvs -d :pserver:anonymous@gmod.cvs.sourceforge.net:/cvsroot/gmod login
Line 64: Line 64:
  
 
You can also browse the [http://gmod.cvs.sourceforge.net/gmod/Generic-Genome-Browser GBrowse CVS].
 
You can also browse the [http://gmod.cvs.sourceforge.net/gmod/Generic-Genome-Browser GBrowse CVS].
 
  
 
==Installation==
 
==Installation==

Revision as of 22:10, 16 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.


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 stable 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.

Installation

About Databases

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


Contacts

Please report bugs to the SourceForge Bug Tracker.

Please send questions to the GBrowse mailing list.