Difference between revisions of "User:JimHu/Gbrowse"

From GMOD
Jump to: navigation, search
(About Databases)
(Documentation)
Line 84: Line 84:
 
* [[GBrowse_Install_HOWTO|Source Code Install (for other Linux systems)]]
 
* [[GBrowse_Install_HOWTO|Source Code Install (for other Linux systems)]]
  
==Documentation==
 
===On-line documentation===
 
* [http://www.openhelix.com/gbrowse GBrowse User Tutorial] at [http://www.openhelix.com OpenHelix]
 
* {{GBrowseAdminTutorialLink|GBrowse 2 Administration Tutorial}}
 
** Also available for {{GBrowse1AdminTutorialLink|GBrowse 1.x}}
 
* [[GBrowse_Install_HOWTO|GBrowse source code installation HOWTO]]
 
* [[GBrowse Configuration HOWTO]]
 
* {{SF_SVN|Generic-Genome-Browser/trunk/htdocs/general_help.html|General Help}}
 
* {{SF_SVN|Generic-Genome-Browser/trunk/htdocs/annotation_help.html|Annotation Help}}
 
* [[GBrowse Popup Balloons]]
 
* [[GBrowse FAQ]]
 
  
===POD documentation===
 
There are many useful POD documents included with the distribution.  These are converted to HTML files when you install the package, and can be found in /gbrowse/docs/pod:
 
 
* {{SF_SVN|Generic-Genome-Browser/trunk/docs/pod/BIOSQL_ADAPTER_HOWTO.pod|BIOSQL_ADAPTER_HOWTO.pod}}
 
* {{SF_SVN|Generic-Genome-Browser/trunk/docs/pod/GENBANK_HOWTO.pod|GENBANK_HOWTO.pod}}
 
* {{SF_SVN|Generic-Genome-Browser/trunk/docs/pod/PLUGINS_HOWTO.pod|PLUGINS_HOWTO.pod}}
 
* {{SF_SVN|Generic-Genome-Browser/trunk/docs/pod/INSTALL.MacOSX.pod|INSTALL.MacOSX.pod}}
 
* {{SF_SVN|Generic-Genome-Browser/trunk/docs/pod/DAS_HOWTO.pod|DAS_HOWTO.pod}}
 
* {{SF_SVN|Generic-Genome-Browser/trunk/docs/pod/INSTALL.pod|INSTALL.pod}}
 
* {{SF_SVN|Generic-Genome-Browser/trunk/docs/pod/README-chado.pod|README-chado.pod}}
 
* {{SF_SVN|Generic-Genome-Browser/trunk/docs/pod/FAQ.pod|FAQ.pod}}
 
* {{SF_SVN|Generic-Genome-Browser/trunk/docs/pod/MAKE_IMAGES_HOWTO.pod|MAKE_IMAGES_HOWTO.pod}}
 
* {{SF_SVN|Generic-Genome-Browser/trunk/docs/pod/README-gff-files.pod|README-gff-files.pod}} (see also [[GFF]])
 
* {{SF_SVN|Generic-Genome-Browser/trunk/docs/pod/GBROWSE_IMG.pod|GBROWSE_IMG.pod}}
 
* {{SF_SVN|Generic-Genome-Browser/trunk/docs/pod/ORACLE_AND_POSTGRESQL.pod|ORACLE_AND_POSTGRESQL.pod}}
 
* {{SF_SVN|Generic-Genome-Browser/trunk/docs/pod/README-lucegene.pod|README-lucegene.pod}}
 
 
Since these are in Perl POD format these files may contain formatting code when viewed in a Web browser.
 
  
 
==Downloads==
 
==Downloads==

Revision as of 15:58, 15 August 2010

The GBrowse logo was created by Alex Read, a participant in the Spring 2010 Logo Program, while a design student at Linn-Benton Community College.

__NOTITLE__


GBrowse[1] is a genome viewer and is GMOD's most popular component. For a list of GBrowse and GMOD installations see the GMOD Users page. For a demo of its features, try the WormBase, FlyBase, or Human Genome Segmental Duplication Database web sites.

Description

The Generic Genome Browser (GBrowse) 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.
  • Use a variety of premade glyphs or create your own.
  • 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)

Overview of setting up GBrowse for your website

To set up gbrowse for your own website[2]

  • Choose which version you want to use
  • Obtain and install the appropriate software
    • Make sure it works with sample data
  • Getting it to work with your favorite data
  • Customizing configuration

The sections below are brief descriptions of each of these aspects and link to more detailed descriptions.

GBrowse Versions

Version

1.x

2.x

Pros
Cons


edit table

GBrowse 1.X (currently 1.70) is the older series that has been in use since 2002. It is recommended for applications which use a single database only and which must support legacy browsers.

GBrowse 2.0 is a rewrite of the original GBrowse to add dynamic updating via AJAX and a smoother user experience. In addition, it provides administrators with the ability to attach a different genome database to each GBrowse track, making it much easier to manage and update tracks. It also provides a distributed backend system of "slave" renderers, allowing each track to be rendered in parallel on a different machine and significantly increasing performance. GBrowse 2.0 is considered stable,but does not have full internationalization support. In addition, there may be issues with older browsers that do not support newer JavaScript features. See the GBrowse 2.0 HOWTO.

Installation

GBrowse is Perl-based. It can be installed using the standard Perl module build procedure, or automated using a network-based install script. In order to use the net installer, you will need to have Perl 5.8.6 or higher and the Apache web server installed. See the step-by-step instructions below for detailed instructions:


Downloads

Source Code Download (tar.gz file)

Download the source from the SourceForge download page.

Net-based Installer Script

The net installer script, located at the GBrowse SVN repository will automatically download and install GBrowse and its Perl libraries for you. See Installation for details on using this script.

SVN

There are often new features and bug fixes in the current development version which have not yet been released. To get the latest version, please use Subversion (SVN). The recommended branch to use is trunk, which is usually stable:

 svn co https://gmod.svn.sourceforge.net/svnroot/gmod/Generic-Genome-Browser/trunk Generic-Genome-Browser

Once you have successfully checked out the Generic-Genome-Browser distribution, fetch recent changes by executing svn update inside the Generic-Genome-Browser directory.

You can also browse the GBrowse SVN.

About Databases

Contacts

Please report bugs to the SourceForge Bug Tracker (select 'Category: Gbrowse').

Mailing List Link Description Archive(s)
GBrowse & GBrowse_syn gmod-gbrowse GBrowse and GBrowse_syn users and developers. Gmane, Nabble (2010/05+), Sourceforge
gmod-gbrowse-cmts Code updates. Sourceforge


References

  1. Cite error: Invalid <ref> tag; no text was provided for refs named PMID:12368253
  2. It doesn't have to actually be on the web; many users install Gbrowse on their laptops and view it locally via a browser
Facts about "JimHu/Gbrowse"RDF feed
Date published2002 +
Has DOI10.1101/gr.403602 +
Has PMCIDPMC187535 +
Has PMID12368253 +
Has authorStein LD +, Mungall C +, Shu S +, Caudy M +, Mangone M +, Day A +, Nickerson E +, Stajich JE +, Harris TW +, Arva A + and Lewis S +
Has publication detailsGenome research 12: 1599-610 +
Has titleThe generic genome browser: a building block for a model organism system database. +
Published inGenome research +