Learn about the Browser: Difference between revisions

From genomewiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 10: Line 10:


* 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]   
** The [http://genome-test.cse.ucsc.edu/eng/ old documentation website with developer documentation]   
** [http://genome.ucsc.edu/admin/jk-install.html Compile the browser source code] (make sure you get those [[Build_Environment_Variables|environment variables right]], [http://genome.ucsc.edu/admin/mirror.html mirror a complete browser]. When you run into problems, 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]
** On a linux machine: [http://genome.ucsc.edu/admin/jk-install.html Compile the browser source code] (make sure you get those [[Build_Environment_Variables|environment variables right]] or [http://genome.ucsc.edu/admin/mirror.html mirror a complete browser]. When you run into problems, 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]
*** See also: [http://hgwdev.cse.ucsc.edu/~kent/src/unzipped/product/README.building.source README.building.source]
*** See also the textfile README.building.source [http://hgwdev.cse.ucsc.edu/~kent/src/unzipped/product/README.building.source README.building.source]
*** [[Browser_Mirrors|Updating it automatically]]
*** [[Browser_Mirrors|Updating it automatically]]
** 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
** 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

Revision as of 09:00, 23 October 2009

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