Learn about the Browser: Difference between revisions

From genomewiki
Jump to navigationJump to search
Line 21: Line 21:


== Install a copy of the browser on your own machine (Unix or Mac) ==
== Install a copy of the browser on your own machine (Unix or Mac) ==
* The [http://genome-test.cse.ucsc.edu/eng/ old documentation website with developer documentation] 
* See also the next section about source tree installation, as the source tree toolset includes all CGI scripts for the UCSC browser installation (but you don't need to compile it, binaries for mirrors are provided at http://genome.ucsc.edu/admin/mirror.html#step6)
* See also the next section about source tree installation, as the source tree toolset includes all CGI scripts for the UCSC browser installation (but you don't need to compile it, binaries for mirrors are provided at http://genome.ucsc.edu/admin/mirror.html#step6)
* Create a mirror of the UCSC site:
* Create a mirror of the UCSC site:
** [http://genome.ucsc.edu/admin/mirror.html FAQ: mirror a complete browser]
** [http://genome.ucsc.edu/admin/mirror.html Official FAQ: mirror a complete browser], the main reference for browser installation
** [[Browser_Installation|Almost the same document]], but on the wiki, some more info
** [[Browser_Installation|Inofficial FAQ: Browser Installation]], on the wiki, a lot more info
** [[Minimal Browser Installation|Mirror only selected genomes]]
** [[Minimal Browser Installation|Mirror only selected genomes]]
** Adapt your cgi-bin/[[Hg.conf]] file for your mirror
** Adapt your cgi-bin/[[Hg.conf]] file for your mirror
Line 35: Line 34:
** Do not try to change the default locations /gbdb, it's not difficult to move into something else than /var/wwww
** Do not try to change the default locations /gbdb, it's not difficult to move into something else than /var/wwww
** [[Local_tracks_at_mirror_sites]]
** [[Local_tracks_at_mirror_sites]]
** The [http://genome-test.cse.ucsc.edu/eng/ old documentation website with developer documentation]


== Compile the UCSC source tree and analyze genomes yourself ==
== Compile the UCSC source tree and analyze genomes yourself ==

Revision as of 20:14, 8 March 2010

This list is sorted by increasing technical complexity: the first steps require only a webbrowser, the last ones a Linux webserver.

Use the browser website

Download the data of the genome browser (sequences and annotations)

  • Be aware that internal coordinates (not website) are 0-based!
  • Unlike Gbrowse and Ensembl, UCSC is storing the data partially in SQL (coordiantes, outline of x-y-plots) and partially in flat text files (sequences, alignments, details of x-y-plots)
  • Table Browser: The easiest way to access data (you don't have to care whether data is stored in MySQL or in textfiles):
  • SQL-stored data (FAQ):
  • Flat-file data: Download from the ftp server (stored in /gbdb on browser servers)

Install a copy of the browser on your own machine (Unix or Mac)

Compile the UCSC source tree and analyze genomes yourself

Modify your own copy of the browser

Making Of: How the UCSC genome annotations are created

Statistics, overviews