KentUtils installation issue
2
1
Entering edit mode
4.1 years ago
tothepoint ▴ 800

I am trying to install KentUtils on our Linux server. I tried follow this: post but ended with error. unrecognized command line option -fno-plt. I am stuck in the installation step and need to perform pairwise whole genome alignment chaining, netting and axtnet of two species.Any help in this regards will be of great help.

Thanks Devender

UCSC KentUtils Installation linux lastz • 3.8k views
ADD COMMENT
1
Entering edit mode

UCSC provides binaries and we ship likely all of kent's tools via bioconda. Have you tried either of those options?

ADD REPLY
0
Entering edit mode

I tried installing via bioconda but it says library not found.

ADD REPLY
0
Entering edit mode

Please post the entire error message.

ADD REPLY
0
Entering edit mode

gcc: error: unrecognized command line option '-fno-plt'

make[2]: * [../inc/common.mk:401: aliType.o] Error 1

make[2]: Leaving directory '/680_info4/project/arora/program/kentUtils-master/src/lib'

make[1]: * [makefile:18: topLibs] Error 2

make[1]: Leaving directory '/680_info4/project/arora/program/kentUtils-master/src'

make: * [Makefile:27: libs] Error 2

ADD REPLY
0
Entering edit mode

If you are installing via conda you should not need to compile anything. Provide your conda command line.

Kent utils for linux are available here in compiled form, if you are an academic user. Add execute permission after download.

ADD REPLY
0
Entering edit mode

I tried by using conda install -c bioconda kentUtils

I got this error:

Error:PackagesNotFoundError: The following packages are not available from current channels:

  • kentutils

Current channels:

To search for alternate channels that may provide the conda package you're looking for, navigate to

ADD REPLY
1
Entering edit mode

Which exact util are you looking for? As @Devon said above these utilities are available as individual programs but not as a package.

ADD REPLY
0
Entering edit mode

This works. I am equally thankful to you all.

ADD REPLY
0
Entering edit mode
4.1 years ago
Mensur Dlakic ★ 27k

Your gcc/g++ version is not recent enough. See here how to fix it.

ADD COMMENT
0
Entering edit mode

After your recommendation I am trying to update gcc but need some administration privileges. I think this will work.

ADD REPLY
0
Entering edit mode
4.0 years ago
Luis Nassar ▴ 650

Hello,

As mentioned in the linked post, you can download all the compiled binaries for linux directly from the Genome Browser here: http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/

You can rsync all of the utilities:

rsync -aP rsync://hgdownload.soe.ucsc.edu/genome/admin/exe/linux.x86_64/ ./

Or just get specific ones, e.x.

wget http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/axtChain

If you have any questions regarding the Genome Browser or its utilities, you can email us at genome@soe.ucsc.edu. We also do check biostars periodically, in which case using the UCSC tag is the best way for us to find your questions.

ADD COMMENT
0
Entering edit mode

rsync not copying any file.

ADD REPLY
0
Entering edit mode

You can click on the link and just download whatever you want.

ADD REPLY

Login before adding your answer.

Traffic: 2743 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