simoncchu / REPdenovo

A tool to construct repeats directly from raw reads
MIT License
16 stars 3 forks source link

Difficulty to compile TERefiner on mac OS #15

Open jorisbertrand opened 5 years ago

jorisbertrand commented 5 years ago

Hi, when running REPdenovo, the program stops with the following error: Running command: ./TERefiner_1 -P -b ./test/contigs.fa.itself.sort.bam -r ./test/contigs.fa -o ./test/contigs.fa_no_dup.fa -c 0.9 -g ... /bin/sh: ./TERefiner_1: cannot execute binary file

when trying to compile the TERefiner_1 tool, I got the following error message:

ld: library not found for -lcrt0.o clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [TERefiner] Error 1

Not sure it is a directly related REPdenovo issue but are you still working on a user-friendly possibility to compile TERefiner_1 and ContigsMerger?