Installing blasr with make failed
1
0
Entering edit mode
6.0 years ago
1348988193 • 0

Hello,everyone!I have been working on this installation for the past several days.I installed blasr and LibBlasrConfig.h missing when make blasr.I found the same problem on github,but still can't solve it.Can anyone help me?

**$./configure.py --shared --sub --no-pbbam HDF5_INCLUDE=/home/cl/hdf5_fold/hdf5-1.8.16-linux-centos6-x86_64-gcc447-shared/include/ HDF5_LIB=/home/cl/hdf5_fold/hdf5-1.8.16-linux-centos6-x86_64-gcc447-shared/lib/**

`uname`
Linux
writing to '/home/cl/blasr/defines.mk':
"""
LIBPBDATA_LIB        ?= /home/cl/blasr/libcpp/pbdata
LIBBLASR_LIBFLAGS    ?= -lblasr
HDF5_LIB             ?= /home/cl/hdf5_fold/hdf5-1.8.16-linux-centos6-x86_64-gcc447-shared/lib/
DL_LIBFLAGS          ?= -ldl
HDF5_INC             ?= /home/cl/hdf5_fold/hdf5-1.8.16-linux-centos6-x86_64-gcc447-shared/include/
LIBPBDATA_INC        ?= /home/cl/blasr/libcpp/pbdata
LIBPBIHDF_LIBFLAGS   ?= -lpbihdf
LIBPBIHDF_INC        ?= /home/cl/blasr/libcpp/hdf
LIBBLASR_LIB         ?= /home/cl/blasr/libcpp/alignment
SHELL                ?= bash
RT_LIBFLAGS          ?= -lrt
HDF5_LIBFLAGS        ?= -lhdf5_cpp -lhdf5
LIBPBDATA_LIBFLAGS   ?= -lpbdata
ZLIB_LIBFLAGS        ?= -lz
LIBBLASR_INC         ?= /home/cl/blasr/libcpp/alignment
PTHREAD_LIBFLAGS     ?= -lpthread
NOPBBAM              ?= 1
LIBPBIHDF_LIB        ?= /home/cl/blasr/libcpp/hdf
"""
------------------------------------------
**$make blasr**

...
In file included from iblasr/BlasrMiscs.hpp:4:0,
from Blasr.cpp:3:
iblasr/BlasrHeaders.h:22:28: fatal error: LibBlasrConfig.h: No such file or directory
compilation terminated.
make: *** [Blasr.o] Error 1
blasr install • 2.0k views
ADD COMMENT
0
Entering edit mode

Since no one seems to have taken ownership of the issue submitted on GitHub I suggest that you should contact PacBio tech support directly to see if they have a solution.

ADD REPLY
4
Entering edit mode
6.0 years ago

I have been struggling with BLASR for days as well. But using (bio)conda is painless.

conda install -c bioconda blasr

I absolutely recommend conda for all your bioinformatics software needs.

ADD COMMENT
0
Entering edit mode

Thank you very much for your help.I will take your recommendation and try again.

ADD REPLY

Login before adding your answer.

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