[ensembl-dev] lavToAxt

Hiram Clawson hiram at soe.ucsc.edu
Wed Jul 28 15:44:55 BST 2010


As Max indicated, UCSC kent source is now delivered via git.

To obtain the source, this command creates a ./kent/ directory
with the source tree:
git clone git://genome-source.cse.ucsc.edu/kent.git

If you have firewall interference with that command, this
is an alternative:
git clone http://genome-source.cse.ucsc.edu/kent.git

After the source is fetched, tag that tree to make it track
our by-weekly beta release cycle:
cd kent
git checkout -t -b beta origin/beta

You can see these instructions and other information at:
http://genomewiki.ucsc.edu/index.php/Getting_Started_With_Git#Genome_Browser_Mirror_Sites

Follow the source build instructions in the source tree file
src/product/README.building.source
http://genome-test.cse.ucsc.edu/~kent/src/unzipped/product/README.building.source

Please feel free to contact me if you have any difficulty.

--Hiram




More information about the Dev mailing list