Closed been9312 closed 3 years ago
I'm sorry for that error. We are checking about the error, and we will update as soon as possible.
Thank you
We checked the problem. That was because of the difference of the library related with "make". As I checked, there was no problem in CentOS, but it happens in Ubuntu. When I re-ordered 13'th line in Filter/Makefile from
g++ -Wall -g -std=c++11 -pthread -Igzstream -I../lib/bamtools -L../lib -letching_filter ../lib/bamtools/api/internal/*/*o ../lib/bamtools/api/*o ../lib/zlib/*.lo read_length_calc.cpp -o read_length_calc
to
g++ -Wall -g -std=c++11 -pthread -Igzstream -I../lib/bamtools read_length_calc.cpp -L../lib -letching_filter ../lib/bamtools/api/internal/*/*o ../lib/bamtools/api/*o ../lib/zlib/*.lo -o read_length_calc
it was successfully complied. See the position of read_length_calc.cpp.
If you want, you can modify the code manually, or you can download again from our GitHub repository, because I fixed it a minute before
If you saw any other issues, please open an issue page or email me, freely.
Thank you for your contribution.
--- Jang-il Sohn
Hi.
I'm using ubuntu18.04, python3.6.9 and g++ 7.5.0
I'm proceeding according to manual, but the compile error occurred
What do I need to do?