Hailing Fang
Results
2
issues of
Hailing Fang
1)change cmake command which used to build the software. 2)change cmake directive to find bamtools library.
Hi, When I install dropEst using cmake/make according to the doc, ``` cmake -D CMAKE_INSTALL_PREFIX="/installation/path" . && make ``` should it change to ``` cmake -DCMAKE_INSTALL_PREFIX="/installation/path" .. && make ```...