Difference between revisions of "GBrowse"

From GMOD
Jump to: navigation, search
m
(113 intermediate revisions by 10 users not shown)
Line 1: Line 1:
==Description==
+
{{Tool data
 
+
|use template=yes
[[image:gbrowse_screenshot1.gif|right|thumb|250px|GBrowse running on [http://hapmap.org/downloads/index.html HapMap.org] [[Media:gbrowse_screenshot1.gif|View at full resolution]]]]
+
|name=GBrowse
 
+
|full name=Generic Genome Browser
GBrowse<ref name=PMID:12368253/> is the most popular viewer in [[GMOD]]. For a list of GBrowse and GMOD installations see the [[GMOD_Users|GMOD Users page]]. For a demo of its features, try the [http://www.wormbase.org/db/seq/gbrowse/wormbase/ WormBase], [http://flybase.org/cgi-bin/gbrowse/dmel FlyBase], or [http://projects.tcag.ca/cgi-bin/duplication/dupbrowse/human_b35 Human Genome Segmental Duplication Database] web sites.
+
|status=mature
 
+
|dev=active
The Generic Genome Browser is a combination of database and interactive Web page for manipulating and displaying annotations on genomes. Some of its features:
+
|support=active
 +
|type=Genome Visualization & Editing
 +
|platform=web
 +
|about=GBrowse is a combination of database and interactive web pages for manipulating and displaying annotations on genomes. Features include:
  
 
* Simultaneous bird's eye and detailed views of the genome.
 
* Simultaneous bird's eye and detailed views of the genome.
 
* Scroll, zoom, center.
 
* Scroll, zoom, center.
* Use a variety of premade glyphs (see the [http://doc.bioperl.org/releases/bioperl-current/bioperl-live/Bio/Graphics/Glyph.html#_pod_SEE%20ALSO BioPerl Glyph documentation] for a list) or create your own.
+
* Use a variety of [[GBrowse Configuration HOWTO#Glyphs and Glyph Options|premade glyphs]] or create your own.
 
* Attach arbitrary URLs to any annotation.
 
* Attach arbitrary URLs to any annotation.
 
* Order and appearance of tracks are customizable by administrator and end-user.
 
* Order and appearance of tracks are customizable by administrator and end-user.
 
* Search by annotation ID, name, or comment.
 
* Search by annotation ID, name, or comment.
* Supports third party annotation using [http://www.sanger.ac.uk/software/GFF GFF] formats.
+
* Supports third party annotation using [[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]].
+
* Connectivity to different databases, including [[BioSQL]] and [[Chado]].
 
* Multi-language support.
 
* Multi-language support.
 
* Third-party feature loading.
 
* Third-party feature loading.
* Customizable plug-in architecture (e.g. run [[wp:BLAST|BLAST]], dump & import many formats, find oligonucleotides, design primers, create restriction maps, edit features)
+
* Customizable [[GBrowse Plugins|plug-in]] architecture (e.g. run [[wp:BLAST|BLAST]], dump & import many formats, find oligonucleotides, [[PrimerDesigner.pm|design primers]], create restriction maps, edit features)
  
==Installation==
+
Note that the information on this page refers to GBrowse 2; GBrowse 1.x is recommended only for applications where legacy browser support is required and a single database is used.
 +
|open source=Yes
 +
|licence=GPL2, Artistic License
 +
|input=GFF3, GFF2
 +
|language=Perl
 +
|release date=2001/01/01
 +
|logo=GBrowseLogo.png
 +
|screenshot=[[image:GBrowse_screenshot1.png|none|thumb|500px|GBrowse running on [http://hapmap.ncbi.nlm.nih.gov/downloads/index.html HapMap.org] [[Media:GBrowse_screenshot1.png|Click to view at full resolution]]]]
 +
|mail={{MailingListsFor|GBrowse}}Please report bugs to the [http://sourceforge.net/tracker/?func=add&group_id=27707&atid=391291SourceForge Bug Tracker] (select 'Category: Gbrowse').
 +
|dl src=GBrowse can also be found on [http://search.cpan.org CPAN] and in the Debian sid ("unstable") apt package repository and can be installed via apt-get in Ubuntu 12.04 and later.
 +
|papers=* Using the Generic Genome Browser ([[GBrowse]]). <ref name=PMID:19957275/>
 +
* SNP@Evolution: a hierarchical database of positive selection on the human genome. <ref name=PMID:19732458/> ([[GBrowse]]-related)
 +
* TBrowse: an integrative genomics map of Mycobacterium tuberculosis. <ref name=PMID:19683474/> ([[GBrowse]]-related)
 +
* FishMap: a community resource for zebrafish genomics. <ref name=PMID:18554176/> ([[GBrowse]]-related)
 +
* Using the Generic Genome Browser ([[GBrowse]]). <ref name=PMID:18428797/>
 +
* Genome-Wide Analysis of Nucleotide-Level Variation in Commonly Used Saccharomyces cerevisiae Strains. <ref name=PMID:17389913/>  (See [http://gbrowse.princeton.edu/cgi-bin/gbrowse/yeast_strains_snps/ YSB].)
 +
* Gbrowse Moby: a Web-based browser for [http://biomoby.open-bio.org/ BioMoby] Services. <ref name=PMID:17147784/>
 +
* The [[GBrowse|generic genome browser (GBrowse)]]: a building block for a model organism system database. <ref name=PMID:12368253/> [[Media:1599-1.pdf|PDF]]
  
* The network installer script: {{CVS|Generic-Genome-Browser/bin/gbrowse_netinstall.pl}}
+
|tutorials=; [[GBrowse Tutorial|GBrowse tutorial from 2012 GMOD Summer School]]. This relies heavily on the {{GBrowseAdminTutorialLink| GBrowse Administration Tutorial}}.
** You will need to have Perl 5.8.6 or higher, and the Apache web server installed. See the step-by-step instructions below before running the installer for discussion of prerequisites needed. Once these are installed, save the above link to your home directory as gbrowse_netinstall.pl, and then run "perl gbrowse_netinstall.pl". On Windows platforms, you will need to be logged in as a user with administrative privileges. On Mac OSX, Linux or Solaris platforms, you will need to be logged in as root, or to run the command using "sudo" (''sudo perl gbrowse_netinstall.pl'').
+
: Demonstrates setting up, configuring and using [[GBrowse]] with some sample data. GBrowse is provided on an Amazon Machine Image; see [[Cloud|GMOD in the Cloud]] for more information on getting a GMOD AMI.
 
+
; [[GBrowse Tutorial 2010|GBrowse tutorial from 2010 GMOD Summer School]]
The install script has a few useful options:
+
: Set up and run [[GBrowse]] with sample data. It provides a VMware image to work on, and relies heavily on the {{GBrowseAdminTutorialLink|GBrowse Administration Tutorial}}.
<pre>
+
; {{GBrowseAdminTutorialLink|GBrowse Administration Tutorial}}
  -h|--help            : Show this message
+
: Step by step guide on how to configure and load data into [[GBrowse]]. Administration tutorials are available for both the {{GBrowseAdminTutorialLink|current version}}, and the earlier {{GBrowse1AdminTutorialLink|1.x versions}}.
  -d|--dev            : Use the developement version of both GBrowse and bioperl from CVS
+
;[http://search.cpan.org/dist/GBrowse/htdocs/general_help.html Usage tutorial]
  --bioperl_dev        : Use the development version of BioPerl from CVS
+
:GBrowse usage tutorial
  --gbrowse_dev        : Use the development version of GBrowse from CVS
+
; [[GBrowse NGS Tutorial]]
  -b|--build_param_str : Use this string to predefine Makefile.PL parameters
+
: Instructions on how to visualize [[next generation sequencing]] data in GBrowse using [http://samtools.sourceforge.net SAMtools].  The tutorial includes a starting VMware image, and uses the example data that comes with SAMtools.
                          such as CONF or PREFIX for GBrowse installation
+
; [http://youtu.be/jxA6VMN97Y8 GBrowse video tutorial]
</pre>
+
: Produced by [http://eupathdb.org EuPathDB]; please direct praise and thanks to them!
 
+
; [http://www.openhelix.com/gbrowse GBrowse User Tutorial] at [http://www.openhelix.com OpenHelix]
Note that the -d option does not work on Windows, as there is no system support for cvs on Windows. We are working on a way around this problem.
+
: A Flash based tutorial on using GBrowse.  Provided by [http://www.openhelix.com OpenHelix].  Tutorial includes slides, handouts and exercises. NB: this tutorial is for [[GBrowse 1.x]]
 
+
|req=GBrowse is [[Glossary#Perl|Perl]]-based and the GBrowse 2.x modules are [http://search.cpan.org/dist/GBrowse/ hosted on CPAN]. GBrowse 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.
So, for example, if you want to install the most recent developments in GBrowse and BioPerl, you can do this:
+
|install=* [[GBrowse_2.0_Install_HOWTO|GBrowse 2.x installation guide]]
 
+
* [[GBrowse 2.0 Install HOWTO/Advanced|Advanced]]
  sudo perl gbrowse_netinstall.pl -d
+
* [[GBrowse 2.0 Install Paths|Install Paths]]
 
+
|config=* [[GBrowse 2.0 Configuration HOWTO|Configuration guide]]
This option is useful for getting new options just added to GBrowse (for example, the Balloon pop up windows added before the release of GBrowse 1.69) or for getting a new BioPerl that has recent bugs fixed.
+
** [[GBrowse Configuration/Authentication|Authentication]]
 
+
** [[GBrowse Configuration/Balloons|Balloons]]
* Detailed step-by-step install documentation
+
** [[GBrowse Configuration/DAS|DAS]]
** [[GBrowse_MacOSX_HOWTO|Install on MacOSX]]
+
** [[GBrowse Configuration/Feature frequency histograms|Feature Frequency Histograms]]
** [[GBrowse_Windows_HOWTO|Install on Windows]]
+
** [[GBrowse Configuration/Glyphs|Glyphs]]
** [[GBrowse_Ubuntu_HOWTO|Install on Ubuntu and other Debian-based systems]]
+
** [[GBrowse Configuration/I18n|I18n]]
** [[GBrowse_RPM_HOWTO|Install on Fedora Core and other RPM-based systems]]
+
** [[GBrowse Configuration/Images|Images]]
** [[GBrowse_Gentoo_HOWTO|Install on Gentoo Linux system]]
+
** [[GBrowse Configuration/URL schema|URL schema]]
** [[GBrowse_Install_HOWTO|Source Code Install (for other Linux systems)]]
+
* [[Creating and Managing Subtracks with GBrowse2|Subtracks]]
 
+
* [[GBrowse Adaptors]]
==Documentation==
+
* [[GBrowse Backends]]
===On-line documentation===
+
|doc=* [[GBrowse FAQ]]
* [http://gmod.cvs.sourceforge.net/*checkout*/gmod/Generic-Genome-Browser/docs/tutorial/tutorial.html?pathrev=stable GBrowse Tutorial]
+
* [http://search.cpan.org/dist/GBrowse/htdocs/annotation_help.html Annotation Help]
* [[GBrowse_Install_HOWTO|GBrowse installation HOWTO]]
+
* Balloons:
* [[CONFIGURE_HOWTO|GBrowse configuration HOWTO]]
+
** [[GBrowse Popup Balloons]]
* {{CVS|Generic-Genome-Browser/htdocs/general_help.html}}
+
** [[GBrowse Balloon Tips|Balloon Tips]]
* {{CVS|Generic-Genome-Browser/htdocs/annotation_help.html}}
+
* [[GBrowse Persistent Variables]]
* [[GBrowse Popup Balloons]]
+
* [[GBrowse img]]
* [[GBrowse FAQ]]
+
* [[Glyphs and Glyph Options]]
 +
* [[RubberBandSelection|Rubber Band Selection]]
 +
* [[Gbrowse Benchmarking]]
 +
* [[GBrowse User Uploads]]
  
 
===POD documentation===
 
===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:
 
  
* {{CVS|Generic-Genome-Browser/docs/pod/BIOSQL_ADAPTER_HOWTO.pod}}
+
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.
* {{CVS|Generic-Genome-Browser/docs/pod/GENBANK_HOWTO.pod}}
+
* {{CVS|Generic-Genome-Browser/docs/pod/PLUGINS_HOWTO.pod}}
+
* {{CVS|Generic-Genome-Browser/docs/pod/CONFIGURE_HOWTO.pod}}
+
* {{CVS|Generic-Genome-Browser/docs/pod/INSTALL.MacOSX.pod}}
+
* {{CVS|Generic-Genome-Browser/docs/pod/DAS_HOWTO.pod}}
+
* {{CVS|Generic-Genome-Browser/docs/pod/INSTALL.pod}}
+
* {{CVS|Generic-Genome-Browser/docs/pod/README-chado.pod}}
+
* {{CVS|Generic-Genome-Browser/docs/pod/FAQ.pod}}
+
* {{CVS|Generic-Genome-Browser/docs/pod/MAKE_IMAGES_HOWTO.pod}}
+
* {{CVS|Generic-Genome-Browser/docs/pod/README-gff-files.pod}}
+
* {{CVS|Generic-Genome-Browser/docs/pod/GBROWSE_IMG.pod}}
+
* {{CVS|Generic-Genome-Browser/docs/pod/ORACLE_AND_POSTGRESQL.pod}}
+
* {{CVS|Generic-Genome-Browser/docs/pod/README-lucegene.pod}}
+
  
Since these are in Perl POD format these files may contain formatting code when viewed in a Web browser.
+
GBrowse 2.x pod documents can also be viewed online at CPAN:
  
==Downloads==
+
* {{GBrowse_pod|FAQ}}
 +
* {{GBrowse_pod|INSTALL}}
 +
* {{GBrowse_pod|INSTALL.MacOSX}}
 +
* {{GBrowse_pod|README-chado}}
 +
* {{GBrowse_pod|README-gff-files}} (see also [[GFF]])
 +
* {{GBrowse_pod|README-lucegene}}
 +
* {{GBrowse_pod|BIOSQL_ADAPTER_HOWTO}}
 +
* {{GBrowse_pod|GENBANK_HOWTO}}
 +
* {{GBrowse_pod|PLUGINS_HOWTO}}
 +
* {{GBrowse_pod|DAS_HOWTO}}
 +
* {{GBrowse_pod|MAKE_IMAGES_HOWTO}}
 +
* {{GBrowse_pod|GBROWSE_IMG}}
 +
* {{GBrowse_pod|ORACLE_AND_POSTGRESQL}}
  
=== Source Code Download (tar.gz file) ===
+
===Installation===
  
Download the source from the [http://sourceforge.net/project/showfiles.php?group_id=27707 SourceForge download page].
+
* [[GBrowse_2.0_Install_HOWTO|GBrowse 2.x installation guide]]
 +
* [[GBrowse 2.0 Install HOWTO/Advanced|Advanced]]
 +
* [[GBrowse 2.0 Install Paths|Install Paths]]
  
=== Net-based Installer Script ===
+
===Configuration===
  
The net installer script, located at [http://gmod.cvs.sourceforge.net/*checkout*/gmod/Generic-Genome-Browser/bin/gbrowse_netinstall.pl the GBrowse CVS repository] will automatically download and install GBrowse and its Perl libraries for you. See [[#Installation|Installation]] for details on using this script.
+
* [[GBrowse 2.0 Configuration HOWTO|Configuration guide]]
 +
** [[GBrowse Configuration/Authentication|Authentication]]
 +
** [[GBrowse Configuration/Balloons|Balloons]]
 +
** [[GBrowse Configuration/DAS|DAS]]
 +
** [[GBrowse Configuration/Feature frequency histograms|Feature Frequency Histograms]]
 +
** [[GBrowse Configuration/Glyphs|Glyphs]]
 +
** [[GBrowse Configuration/I18n|I18n]]
 +
** [[GBrowse Configuration/Images|Images]]
 +
** [[GBrowse Configuration/URL schema|URL schema]]
 +
* [[Creating and Managing Subtracks with GBrowse2|Subtracks]]
 +
* [[GBrowse Adaptors]]
 +
* [[GBrowse Backends]]
  
=== CVS ===
+
===Documentation===
  
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:
+
* [[GBrowse FAQ]]
 
+
* [http://search.cpan.org/dist/GBrowse/htdocs/annotation_help.html Annotation Help]
% cvs -d :pserver:anonymous@gmod.cvs.sourceforge.net:/cvsroot/gmod login
+
* Balloons:
CVS password: &lt;hit return&gt;
+
** [[GBrowse Popup Balloons]]
% cvs -d :pserver:anonymous@gmod.cvs.sourceforge.net:/cvsroot/gmod co -r stable Generic-Genome-Browser
+
** [[GBrowse Balloon Tips|Balloon Tips]]
 
+
* [[GBrowse Persistent Variables]]
Once you have successfully checked out the Generic-Genome-Browser distribution, you can simply perform a <code>cvs update</code> inside the directory to get recent changes.
+
* [[GBrowse img]]
 
+
* [[Glyphs and Glyph Options]]
You can also browse the [http://gmod.cvs.sourceforge.net/gmod/Generic-Genome-Browser GBrowse CVS].
+
* [[RubberBandSelection|Rubber Band Selection]]
 
+
* [[Gbrowse Benchmarking]]
 
+
* [[GBrowse User Uploads]]
== 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]], [http://biosql.org BioSQL].
+
* Network adaptors -- read annotations from [[GenBank]], [[UCSC]] or [[Ensembl]].
+
* GFF databases -- {{CPAN|Bio::DB::GFF}}, {{CPAN|Bio::DB::SeqFeature}}
+
  
 +
===POD documentation===
  
==Contacts==
+
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.
  
Please report bugs to the SourceForge [http://sourceforge.net/tracker/?func=add&group_id=27707&atid=391291 Bug Tracker].
+
GBrowse 2.x pod documents can also be viewed online at CPAN:
  
Please send questions to the [https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse GBrowse mailing list].
+
* [http://search.cpan.org/dist/GBrowse/docs/pod/FAQ.pod FAQ]
 +
* [http://search.cpan.org/dist/GBrowse/docs/pod/INSTALL.pod INSTALL]
 +
* [http://search.cpan.org/dist/GBrowse/docs/pod/INSTALL.MacOSX.pod INSTALL.MacOSX]
 +
* [http://search.cpan.org/dist/GBrowse/docs/pod/README-chado.pod README-chado]
 +
* [http://search.cpan.org/dist/GBrowse/docs/pod/README-gff-files.pod README-gff-files] (see also [[GFF]])
 +
* [http://search.cpan.org/dist/GBrowse/docs/pod/README-lucegene.pod README-lucegene]
 +
* [http://search.cpan.org/dist/GBrowse/docs/pod/BIOSQL_ADAPTER_HOWTO.pod BIOSQL_ADAPTER_HOWTO]
 +
* [http://search.cpan.org/dist/GBrowse/docs/pod/GENBANK_HOWTO.pod GENBANK_HOWTO]
 +
* [http://search.cpan.org/dist/GBrowse/docs/pod/PLUGINS_HOWTO.pod PLUGINS_HOWTO]
 +
* [http://search.cpan.org/dist/GBrowse/docs/pod/DAS_HOWTO.pod DAS_HOWTO]
 +
* [http://search.cpan.org/dist/GBrowse/docs/pod/MAKE_IMAGES_HOWTO.pod MAKE_IMAGES_HOWTO]
 +
* [http://search.cpan.org/dist/GBrowse/docs/pod/GBROWSE_IMG.pod GBROWSE_IMG]
 +
* [http://search.cpan.org/dist/GBrowse/docs/pod/ORACLE_AND_POSTGRESQL.pod ORACLE_AND_POSTGRESQL]
 +
|logo info=The [[:File:GBrowseLogo.png|GBrowse logo]] was created by [mailto:alexisnb1@yahoo.com Alex Read], a participant in the [[Spring 2010 Logo Program]], while a design student at [http://www.linnbenton.edu Linn-Benton Community College].
 +
|see also=[[JBrowse]], the successor to GBrowse, built with JavaScript for a faster, more interactive user experience; and [[WebGBrowse]], a tool for configuring GBrowse.
 +
|extra={{GitcComponent}}
 +
|survey link=GBrowse
 +
|contact email=lincoln.stein@gmail.com; scott@scottcain.net
 +
|integration=
 +
|dev status=
 +
}}
  
==References==
+
{{SemanticLink
<references/>
+
|linkurl=http://sourceforge.net/projects/gmod/files/Generic%20Genome%20Browser/
 +
|linktype=download
 +
}}
 +
{{SemanticLink
 +
|linkurl=https://github.com/GMOD/GBrowse
 +
|linktype=source code
 +
}}
 +
{{SemanticLink
 +
|linkurl=http://gbrowse.org
 +
|linktype=website
 +
}}
 +
{{SemanticLink
 +
|linkurl=http://www.wormbase.org/tools/genome/gbrowse/c_elegans/
 +
|linktitle=WormBase
 +
|linktype=wild URL
 +
}}
 +
{{SemanticLink
 +
|linkurl=http://flybase.org/cgi-bin/gbrowse/dmel
 +
|linktitle=FlyBase
 +
|linktype=wild URL
 +
}}
 +
{{SemanticLink
 +
|linkurl=http://hapmap.ncbi.nlm.nih.gov/cgi-perl/gbrowse/gbrowse
 +
|linktitle=HapMap
 +
|linktype=wild URL
 +
}}
  
[[Category:Biologist]]
 
 
[[Category:GBrowse]]
 
[[Category:GBrowse]]
 
[[Category:GMOD Components]]
 
[[Category:GMOD Components]]

Revision as of 17:18, 2 December 2013

GBrowse logo
Status
  • Mature release
  • Development: active
  • Support: active
Licence
{{{PAGENAME}}} is open source

GPL 2.0, Artistic License 2.0

Resources


About Generic Genome Browser (GBrowse)

GBrowse is a combination of database and interactive web pages for manipulating and displaying annotations on genomes. Features include:

  • 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)

Note that the information on this page refers to GBrowse 2; GBrowse 1.x is recommended only for applications where legacy browser support is required and a single database is used.


Visit the GBrowse website.

Screenshots

Downloads

GBrowse can also be found on CPAN and in the Debian sid ("unstable") apt package repository and can be installed via apt-get in Ubuntu 12.04 and later.

Using GBrowse

System Requirements

GBrowse is Perl-based and the GBrowse 2.x modules are hosted on CPAN. GBrowse 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.

Installation

Configuration

Documentation

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.

GBrowse 2.x pod documents can also be viewed online at CPAN:

Installation

Configuration

Documentation

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.

GBrowse 2.x pod documents can also be viewed online at CPAN:

Publications, Tutorials, and Presentations

Publications on or mentioning GBrowse

  • Using the Generic Genome Browser (GBrowse). [1]
  • SNP@Evolution: a hierarchical database of positive selection on the human genome. [2] (GBrowse-related)
  • TBrowse: an integrative genomics map of Mycobacterium tuberculosis. [3] (GBrowse-related)
  • FishMap: a community resource for zebrafish genomics. [4] (GBrowse-related)
  • Using the Generic Genome Browser (GBrowse). [5]
  • Genome-Wide Analysis of Nucleotide-Level Variation in Commonly Used Saccharomyces cerevisiae Strains. [6] (See YSB.)
  • Gbrowse Moby: a Web-based browser for BioMoby Services. [7]
  • The generic genome browser (GBrowse): a building block for a model organism system database. [8] PDF

Tutorials

GBrowse tutorial from 2012 GMOD Summer School. This relies heavily on the GBrowse2 Admin Tutorial.
Demonstrates setting up, configuring and using GBrowse with some sample data. GBrowse is provided on an Amazon Machine Image; see GMOD in the Cloud for more information on getting a GMOD AMI.
GBrowse tutorial from 2010 GMOD Summer School
Set up and run GBrowse with sample data. It provides a VMware image to work on, and relies heavily on the GBrowse2 Admin Tutorial.
GBrowse2 Admin Tutorial
Step by step guide on how to configure and load data into GBrowse. Administration tutorials are available for both the GBrowse2 Admin Tutorial, and the earlier 1.x versions.
Usage tutorial
GBrowse usage tutorial
GBrowse NGS Tutorial
Instructions on how to visualize next generation sequencing data in GBrowse using SAMtools. The tutorial includes a starting VMware image, and uses the example data that comes with SAMtools.
GBrowse video tutorial
Produced by EuPathDB; please direct praise and thanks to them!
GBrowse User Tutorial at OpenHelix
A Flash based tutorial on using GBrowse. Provided by OpenHelix. Tutorial includes slides, handouts and exercises. NB: this tutorial is for GBrowse 1.x


Contacts and Mailing Lists

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
Please report bugs to the Bug Tracker (select 'Category: Gbrowse').

GBrowse in the wild

Public installations of GBrowse:



See also

JBrowse, the successor to GBrowse, built with JavaScript for a faster, more interactive user experience; and WebGBrowse, a tool for configuring GBrowse.

More on GBrowse

See Category:GBrowse

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.

  1. Cite error: Invalid <ref> tag; no text was provided for refs named PMID:19957275
  2. Cite error: Invalid <ref> tag; no text was provided for refs named PMID:19732458
  3. Cite error: Invalid <ref> tag; no text was provided for refs named PMID:19683474
  4. Cite error: Invalid <ref> tag; no text was provided for refs named PMID:18554176
  5. Cite error: Invalid <ref> tag; no text was provided for refs named PMID:18428797
  6. Cite error: Invalid <ref> tag; no text was provided for refs named PMID:17389913
  7. Cite error: Invalid <ref> tag; no text was provided for refs named PMID:17147784
  8. Cite error: Invalid <ref> tag; no text was provided for refs named PMID:12368253
Facts about "GBrowse"RDF feed
Available on platformweb +
Has URLhttp://sourceforge.net/projects/gmod/files/Generic%20Genome%20Browser/ +, https://github.com/GMOD/GBrowse +, http://gbrowse.org +, http://www.wormbase.org/tools/genome/gbrowse/c_elegans/ +, http://flybase.org/cgi-bin/gbrowse/dmel + and http://hapmap.ncbi.nlm.nih.gov/cgi-perl/gbrowse/gbrowse +
Has descriptionGBrowse is a combination of database and iGBrowse is a combination of database and interactive web pages for manipulating and displaying annotations on genomes. Features include:
  • 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)
Note that the information on this page refers to GBrowse 2; GBrowse 1.x is recommended only for applications where legacy browser support is required and a single database is used.
is required and a single database is used. +
Has development statusactive +
Has full nameGeneric Genome Browser +
Has input formatGFF3 + and GFF2 +
Has licenceGPL2 + and Artistic License +
Has logoGBrowseLogo.png +
Has software maturity statusmature +
Has support statusactive +
Has titleWormBase +, FlyBase + and HapMap +
Has topicGBrowse +
Is open sourceYes +
Link typedownload +, source code +, website + and wild URL +
Release date1 January 2001 +
Tool functionality or classificationGenome Visualization & Editing +
Written in languagePerl +
Has subobjectThis property is a special property in this wiki.GBrowse#http://sourceforge.net/projects/gmod/files/Generic%20Genome%20Browser/ +, GBrowse#https://github.com/GMOD/GBrowse +, GBrowse#http://gbrowse.org +, GBrowse#http://www.wormbase.org/tools/genome/gbrowse/c_elegans/ +, GBrowse#http://flybase.org/cgi-bin/gbrowse/dmel + and GBrowse#http://hapmap.ncbi.nlm.nih.gov/cgi-perl/gbrowse/gbrowse +