This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Cannot compile Lumpy-SV.

Dear Biostars

I try to download lumpy-sv by using these steps :

git clone --recursive https://github.com/arq5x/lumpy-sv.git

cd lumpy-sv

make

after make I get that

cd lib/htslib && \ ./configure --disable-bz2 --disable-lzma --enable-libcurl

checking for gcc... gcc

checking whether the C compiler works... no

configure: error: in `/home/gnks/Desktop/Temp_yusuf_baran/clincv38_v2/lumpy-sv/lib/htslib':

configure: error: C compiler cannot create executables

See `config.log' for more details

Makefile:74: recipe for target 'htslib' failed

make: *** [htslib] Error 77

Any suggestion?

By the way I try to install KCCG / ClinSV

structural kccg clinsv variation

it's not a problem with lumpy, it's a problem with your server:

checking whether the C compiler works... no

check gcc is available and functional.

They provide both Docker and Singularity images which are basically fixed containers that include all required software and the tool itself. It is simple to use, just follow the instructions at the link below, that saves you from any compilation because there is indeed lots of stuff to setup for this tool: https://github.com/KCCG/ClinSV#run-clinsv

You will need to install Docker on your system.

yes, they provide docker and singularity only with ref genome 37 and I work on hg 38.

0 answers

No answers yet.

Log in to answer this question.