We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: