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!
4 answers
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
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.
Log in to answer this question.
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.