Mesh89 / SurVClusterer

GNU General Public License v3.0
2 stars 2 forks source link

CMake error HTS_lib #2

Open lurens opened 9 months ago

lurens commented 9 months ago

Hi I am trying to install SurVCluster but during the build of hts_lib I need to run as root to install them. Then, doing this step "cmake -DCMAKE_BUILD_TYPE=Release . && make" I get this error:

CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: HTS_LIB linked by target "compare-del" in directory /home/Gen1/Test_markdup/SurVClusterer linked by target "compare-ins" in directory /home/Gen1/Test_markdup/SurVClusterer linked by target "clusterer" in directory /home/Gen1/Test_markdup/SurVClusterer

-- Generating done CMake Generate step failed. Build files cannot be regenerated correctly.

Any idea to solve the issue? Thanks

Mesh89 commented 9 months ago

Hi, Have you run the build_htslib.sh script?