Learn about the Browser: Difference between revisions

From genomewiki
Jump to navigationJump to search
No edit summary
(fixup links to kent src documents)
Line 9: Line 9:
* Installling the browser locally on your own Unix machine:
* Installling the browser locally on your own Unix machine:
** Look at the [http://genome-test.cse.ucsc.edu/eng/ old documentation website with lots of developer documentation]   
** Look at the [http://genome-test.cse.ucsc.edu/eng/ old documentation website with lots of developer documentation]   
** [http://genome.ucsc.edu/admin/mirror.html Mirror the browser on your (linux) machine], search through the [http://genome.ucsc.edu/mirror.html mailing list] when you have problems and read the documentation in the directory [http://www.cse.ucsc.edu/~kent/src/unzipped/product/ kent/src/product] (hey, why do they lock the handy "unzipped" folder ?)
** [http://genome.ucsc.edu/admin/mirror.html Mirror the browser on your (linux) machine], search through the [http://genome.ucsc.edu/mirror.html mailing list] when you have problems and read the documentation in the directory [http://hgwdev.cse.ucsc.edu/~kent/src/unzipped/product/ kent/src/product]
*** [http://bergman-lab.blogspot.com/2009/03/compiling-ucsc-source-tree-utilities-on.html some hints for MacOS users]
*** [http://bergman-lab.blogspot.com/2009/03/compiling-ucsc-source-tree-utilities-on.html some hints for MacOS users]
** Try to get an impression how the original annotations were created (well, I said, "try"...) , in the [http://www.cse.ucsc.edu/~kent/src/unzipped/hg/makeDb/ makeDb-files] (make sure you also read kent/src/hg/makeDb/bashVsCsh is you're not a guru yet) and create your own annotations as textfiles
*** See also: [http://hgwdev.cse.ucsc.edu/~kent/src/unzipped/product/README.building.source README.building.source]
** [http://genome.ucsc.edu/admin/jk-install.html Install the source tree] ([[the source tree|What's this?]]), compile it (comment out the -Wall in src/inc/common.mk) and play with its tools, [http://genome.ucsc.edu/contacts.html searching through the archives] or this [[:Category:Technical FAQ| wiki]] when you have problems, or browse the list of [[Kent source utilities]] available on this wiki. Don't expect to understand what is available, it's not possible to remember them anyways. :)
** Try to get an impression how the original annotations were created (well, I said, "try"...) , in the [http://hgwdev.cse.ucsc.edu/~kent/src/unzipped/hg/makeDb/doc/ makeDb-files] (make sure you also read [http://hgwdev.cse.ucsc.edu/~kent/src/unzipped/hg/doc/bashVsCsh.txt bashVsCsh] is you're not a guru yet) and create your own annotations as textfiles
** Load them onto the browser: Read Jim's Documentation how to add your own tracks to your own browser (by modifying a trackDb.ra-file, documented in kent/src/hg/makeDb/addTrack.doc and kent/src/product/README.trackDb) and [http://www.soe.ucsc.edu/~sugnet/doc/trackHowto/browserTalk.pdf Charles Sugnet's presentation] about this
** [http://genome.ucsc.edu/admin/jk-install.html Install the source tree] ([[the source tree|What's this?]]), compile it (see also: [http://hgwdev.cse.ucsc.edu/~kent/src/unzipped/product/README.building.source README.building.source]) and play with its tools, [http://genome.ucsc.edu/contacts.html searching through the archives] or this [[:Category:Technical FAQ| wiki]] when you have problems, or browse the list of [[Kent source utilities]] available on this wiki. Don't expect to understand what is available, it's not possible to remember them anyways. :)
** Load them onto the browser: Read Jim's Documentation how to add your own tracks to your own browser (by modifying a trackDb.ra-file, documented in kent/src/hg/makeDb/addTrack.doc and [http://hgwdev.cse.ucsc.edu/~kent/src/unzipped/product/README.trackDb README.trackDb]) and [http://www.soe.ucsc.edu/~sugnet/doc/trackHowto/browserTalk.pdf Charles Sugnet's presentation] about this
** [http://genome-test.cse.ucsc.edu/admin/ a similar place with hgSearchSpec docs and statistics (the system to search for ids)] can be found completely off-track
** [http://genome-test.cse.ucsc.edu/admin/ a similar place with hgSearchSpec docs and statistics (the system to search for ids)] can be found completely off-track
** [http://genome.ucsc.edu/FAQ/FAQlicense#license4 Sequence your genome of interest and create a browser for it]
** [http://genome.ucsc.edu/FAQ/FAQlicense#license4 Sequence your genome of interest and create a browser for it]

Revision as of 17:36, 14 October 2009

Documentation is still somewhat dispersed. Here are some starting points:

  • Using the browser website: