Programs of UCSC utilites
4
0
Entering edit mode
7.7 years ago
IP ▴ 760

Hi!

I need to install two programs from UCSC utilites: - genePredToGtf - gtfToGenePred

I have tried to install them, and to install the whole package and I am not able to install them. Does anyone know a good tutorial in order to install them?gtfToGenePred

Thank you!

software error UCSC kentUtilites • 11k views
ADD COMMENT
1
Entering edit mode

What operating system are you using? For Linux you can just download the executables from UCSC. That might work for a Mac too. For Windows, find someone with a Mac or Linux computer.

ADD REPLY
2
Entering edit mode
7.7 years ago

Download the binaries for Linux from here: http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/

If you're on OSX, download the tools from here: http://hgdownload.soe.ucsc.edu/admin/exe/macOSX.x86_64/

If you're on Windows, get UCSC's virtual machine, run it on linux and type "gbibAddTools": https://genome.ucsc.edu/goldenpath/help/gbib.html

ADD COMMENT
0
Entering edit mode

UCSC virtual machine is downloadable from UCSC genome store here.

ADD REPLY
4
Entering edit mode
7.7 years ago

If you're running OS X and Homebrew, you can run the following to install Kent-tools:

$ brew install brewsci/bio/kent-tools

Note: The following cask appears to be deprecated and does not appear to work:

$ brew install homebrew/science/kent-tools
ADD COMMENT
1
Entering edit mode
7.7 years ago

As another option, you could clone the Github repository and compile tools directly:

$ git clone https://github.com/ENCODE-DCC/kentUtils.git
$ cd kentUtils
$ make
...

Etc.

ADD COMMENT
1
Entering edit mode
5.8 years ago
sschmeier ▴ 120

Use conda and bioconda:

conda install ucsc-genepredtogtf ucsc-gtftogenepred
ADD COMMENT

Login before adding your answer.

Traffic: 2559 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6