Difference between revisions of "GBrowse"

From GMOD
Jump to: navigation, search
m
m
Line 1: Line 1:
  
The Generic Genome Browser (which is also occationally and incorrectly referred to as 'gbrowser') is a combination of database and interactive web page for manipulating and displaying annotations on genomes. The web browser has the following features.
+
==Description==
 +
 
 +
The Generic Genome Browser is a combination of database and interactive Web page for manipulating and displaying annotations on genomes. The Web browser has the following features.
  
 
* 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.
 
* Attach arbitrary URLs to any annotation.
 
* Attach arbitrary URLs to any annotation.
* Order and appearance of tracks are customizable by<br /> 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<br />[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.
  
See [[a demo here]]
 
  
== Tutorial ==
+
==Documentation==
  
 
Scan through [[the tutorial that comes with the package]] to get a quick overview of its features.
 
Scan through [[the tutorial that comes with the package]] to get a quick overview of its features.
  
== Downloading and Installing ==
+
 
 +
==Downloads==
  
 
Download the source from the [http://sourceforge.net/project/showfiles.php?group_id=27707 SourceForge download page.], or see the [[instructions]]] for information on installing from a binary distribution (most suitable on MS Windows platforms).
 
Download the source from the [http://sourceforge.net/project/showfiles.php?group_id=27707 SourceForge download page.], or see the [[instructions]]] for information on installing from a binary distribution (most suitable on MS Windows platforms).
  
=== Getting the Latest &amp; Greatest Version by CVS ===
 
  
There are many new features in the current development version which have not been released yet. To get the latest and greatest version, please use anonymous CVS. The recommended branch to use is "gbrowse-sessions" which is more stable than HEAD. Here is the recipe:
+
=== 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 -d :pserver:anonymous@gmod.cvs.sourceforge.net:/cvsroot/gmod login
 
  CVS password: &lt;hit return&gt;
 
  CVS password: &lt;hit return&gt;
Line 34: Line 36:
 
You can also browse the GBrowse CVS [http://gmod.cvs.sourceforge.net/gmod/Generic-Genome-Browser/ here.]
 
You can also browse the GBrowse CVS [http://gmod.cvs.sourceforge.net/gmod/Generic-Genome-Browser/ here.]
  
== Demo ==
 
 
Select an organism and desired region; then press "Browse." This will take you to a live demo where you can browse the genomes of worm, yeast and fly. Mouse will be added when the assembly is published.
 
 
{|
 
! class="searchtitle" colspan="3" | Browsable Genomes
 
!
 
|- class="searchbody"
 
! C. elegans (worm)
 
! D. melanogaster (fly)
 
|- class="searchbody"
 
!
 
Chromosome I<br />Chromosome II<br />Chromosome III<br />Chromosome IV<br />Chromosome X<br /> <br /><br /><br />
 
!
 
Arm 2L<br />Arm 2R<br />Arm 3L<br />Arm 3R<br />4<br />X<br />U<br /> <br /><br /><br />
 
|- class="searchtitle"
 
! S. cerevisiae (yeast)
 
! H. sapiens (human)
 
|- class="searchbody"
 
!
 
Chromosome I<br />Chromosome II<br />Chromosome III<br />Chromosome IV<br />Chromosome V<br />Chromosome VI<br />Chromosome VII<br />Chromosome VIII<br />Chromosome IX<br />Chromosome XI<br />Chromosome XII<br />Chromosome XIII<br />Chromosome XIV<br />Chromosome XV<br />Chromosome XVI<br />Mitochondrium<br /> <br /><br /><br />
 
!
 
Chromosome 1<br />Chromosome 2<br />Chromosome 3<br />Chromosome 4<br />Chromosome 5<br />Chromosome 6<br />Chromosome 7<br />Chromosome 8<br />Chromosome 9<br />Chromosome 10<br />Chromosome 11<br />Chromosome 12<br />Chromosome 13<br />Chromosome 14<br />Chromosome 15<br />Chromosome 16<br />Chromosome 17<br />Chromosome 18<br />Chromosome 19<br />Chromosome 20<br />Chromosome 21<br />Chromosome 22<br />Chromosome X<br />Chromosome Y<br /> <br /><br /><br />
 
|}
 
  
 
== About the Database ==
 
== About the Database ==
Line 67: Line 45:
 
* Network adaptors -- read annotations from GenBank, UCSC or Ensembl
 
* Network adaptors -- read annotations from GenBank, UCSC or Ensembl
  
== Getting the Software ==
+
==Contacts==
 +
 
 +
Please report bugs to the SourceForge [http://sourceforge.net/tracker/?func=add&group_id=27707&atid=391291 Bug Tracker].
  
This is Open Source software, which is available for your own genome annotation projects. To get it, go to the [http://sourceforge.net/project/showfiles.php?group_id=27707 SourceForge download page.] Please report bugs to the SourceForge [http://sourceforge.net/tracker/?func=add&group_id=27707&atid=391291 bug tracker]. Please send questions to the [https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse GBrowse mailing list].
+
Please send questions to the [https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse GBrowse mailing list].
  
  

Revision as of 20:12, 11 February 2007

Description

The Generic Genome Browser is a combination of database and interactive Web page for manipulating and displaying annotations on genomes. The Web browser has the following 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.


Documentation

Scan through the tutorial that comes with the package to get a quick overview of its features.


Downloads

Download the source from the SourceForge download page., or see the instructions] for information on installing from a binary distribution (most suitable on MS Windows platforms).


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.


About the Database

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, Bio::DB::GFF, BioSQL
  • Network adaptors -- read annotations from GenBank, UCSC or Ensembl

Contacts

Please report bugs to the SourceForge Bug Tracker.

Please send questions to the GBrowse mailing list.