Open ZabalaAitor opened 1 year ago
I run into the same error. Please instruct on how to solve this.
The HDF5 developers removed old source files from their FTP site which broke nanopolish's Makefile. I have just fixed this, can you try again with the latest code on github?
It is still exiting with the same error.
@zigavicic could you send the complete build log to me?
Hi I ran into the same issue, is there a solution to this ?
I switched to using Docker images of the package available here: https://quay.io/repository/biocontainers/nanopolish?tab=tags
It's quite complicated to use docker images to install tools on our server ( need singularity etc and is way out of my basic skills), but thanks for your help anyways! Hopefully there's another solution for this
If the version of HDF5 in the make file is updated ( like it was done in the last commit ) to version 1.8.23, will it work ? Such as doing
ifeq ($(MAC), 1) HDF5_VERSION ?= 1.13.3 ( change to 1.8.23) else HDF5_VERSION ?= 1.8.14 endif
Thanks
@valerieT1998 can you send me the complete output when you try to run make
?
It's quite long but here is where the warnings started (sorry I don't have a log file of the complete output)
It continues like this until I decided to kill the run with cmd + C
Those warnings are fine and expected, can you let it continue until it naturally stops?
It works thanks. I just needed more patience !
Glad to hear it built successfully
Hi, I seem to be having the same error:
/usr/bin/ld: cannot find -lbz2 collect2: error: ld returned 1 exit status make[1]: [Makefile:316: libhts.so] Error 1 make[1]: Leaving directory '/users/k1347718/nanopolish/htslib' make: [Makefile:139: htslib/libhts.a] Error 255
I have also tried installing through conda but get:
nanopolish: error while loading shared libraries: libhdf5.so.10: cannot open shared object file: No such file or directory
The above error happens regardless whether I install it through git or conda. I tried installing the lbz2 package separately but that didn't seem to help so any advice would be appreciated.
Hi,
I tried to install as recommended:
and I obtained many warnings. Example:
the code is finished like this:
I tried also installing with conda. In these way, when I used
nanopolish
I obtained this:nanopolish: error while loading shared libraries: libhdf5.so.10: cannot open shared object file: No such file or directory
Any suggestion?
Thanks.
Aitor Zabala