4aca7440dcd66b53fa9b917d6fd3eae971924031 dschmelt Tue Jul 23 11:24:50 2019 -0700 Making style changes for CR #23857 diff --git src/hg/htdocs/FAQ/FAQdownloads.html src/hg/htdocs/FAQ/FAQdownloads.html index d796f28..d5be6fa 100755 --- src/hg/htdocs/FAQ/FAQdownloads.html +++ src/hg/htdocs/FAQ/FAQdownloads.html @@ -638,75 +638,67 @@ reverse, and cross-species conversions, but does not accept batch input. The LiftOver tool, accessed via the Tools link on the Genome Browser home page, also supports forward, reverse, and cross-species conversions, as well as batch conversions.
If you wish to update a large number of coordinates to a different assembly and have access to a Linux platform, you may find it useful to try the command-line version of the LiftOver tool. The executable file for this utility can be downloaded here. LiftOver requires a pre-generated over.chain file as input, available for selected assemblies from the Downloads page. If the desired file is not available, send a request to the genome mailing list and we may be able to provide you with one.
-Here is an example on how to set up and run LiftOver from the command line: +Here is an example on how to set up and run LiftOver from the command line:
#For Linux computers wget http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/liftOver #For MacOS computers -wget http://hgdownload.soe.ucsc.edu/admin/exe/macOSX.x86_64/liftOver -
-chmod +x liftOver -
-./liftOver -+./liftOver
liftOver - Move annotations from one assembly to another usage: liftOver oldFile map.chain newFile unMapped -... -
wget http://hgdownload.cse.ucsc.edu/goldenPath/hg19/liftOver/hg19ToHg38.over.chain.gz +wget http://hgdownload.soe.ucsc.edu/goldenPath/hg19/liftOver/hg19ToHg38.over.chain.gz
+ copy into a text file, saved as "preLift.bed".
+
chr1 11166587 11191615 MTOR
chr9 136130562 136150630 ABO
chr12 25358179 25403854 KRAS
-chrX 151335633 151619831 GABRA3
-
-./liftOver preLift.bed hg19ToHg38.over.chain.gz conversions.bed unMapped -
If you are looking at the RefSeq Genes, the refFlat table contains both the gene name (usually a HUGO Gene Nomenclature Committee ID) and its accession number. For the Known Genes, use the kgAlias table.