srbehera / MinIsoClust

MIT License
2 stars 1 forks source link

g++: error: ./edlib/edlib/src/edlib.cpp: No such file or directory #1

Open LouisPwr opened 3 years ago

LouisPwr commented 3 years ago

Hi @srbehera

I wanted to try out your tool for clustering isoforms. Unfortunately I get this error when I try to compile your code. g++: error: ./edlib/edlib/src/edlib.cpp: No such file or directory

I also tried git clone --recurse-submodules https://github.com/srbehera/MinIsoClust.git resulting in the error No submodule mapping found in .gitmodules for path 'edlib'

It would be great, if you could fix that. All the best, Louis

srbehera commented 3 years ago

Thanks for noticing the error. I will try to find some time to fix that very soon. You can also clone this repo https://github.com/Martinsos/edlib and just change the in the following command.

g++ -o MinIsoClust MinIsoClust.cpp /edlib/src/edlib.cpp -std=c++11 -O3 -march=native -lz -lssl -lcrypto -fopenmp -I /edlib/include/