Closed jeremycfd closed 7 years ago
Hi Jeremy,
Thank you for your question about installing the kent source on Ubuntu. Are you trying to install a full mirror or just particular utilities? If you are only interested in the individual utilities, you can find pre-compiled binaries here, just select the linux.x86_64 directory and download whichever programs you want: http://hgdownload.soe.ucsc.edu/admin/exe/
If instead you want all the pre-compiled utils, navigate to the directory on your machine where you want the apps installed and run the following rsync command:
rsync -aP rsync://hgdownload.cse.ucsc.edu/genome/admin/exe/linux.x86_64/ ./
Lastly, if you are instead looking to install a full Genome Browser mirror, we can help you further if you post your message to our public genome-mirror mailing list: genome-mirror@soe.ucsc.edu
Christopher Lee UCSC Genomics Institute
Hello,
I've been trying for a couple of days now to get these applications running on a new machine with a fresh installation of Ubuntu 16.04. I have followed the instructions in the readme, but when I attempt to make any of the individual applications (for instance, fixCr, as suggested in the readme), I get the following error:
I was able to resolve this error by going to the htslib directory and doing make. The readme did not indicate that I needed to do that, so I'm wondering if that was an oversight or if this is an indication that the makes I did in previous parts of the readme somehow failed without alerting me. They did give a couple of warnings, but they didn't seem to outright fail, as far as I could tell.
However, I now receive the following error when trying to proceed:
I have verified that /bin/x86_64 is in my path, so I'm a bit lost as to what's going on here... Please let me know if you have any suggestions. I would be happy to append files of the output from all of these makes if that would help.
Best, Jeremy