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, I am using dropEst. But I got error
dropest: error while loading shared libraries: libbamtools.so.2.5.1: cannot open shared object file: No such file or directory
I cannot install libbamtools. How can I solve this error?
The text was updated successfully, but these errors were encountered:
you maybe need export LD_LIBRARY_PATH, if you have build dropEst successfully.
export LD_LIBRARY_PATH="YOUR_BAMTOOLS_INSTALL_PATH/lib64":$LD_LIBRARY_PATH
Sorry, something went wrong.
No branches or pull requests
Hi, I am using dropEst. But I got error
dropest: error while loading shared libraries: libbamtools.so.2.5.1: cannot open shared object file: No such file or directory
I cannot install libbamtools. How can I solve this error?
The text was updated successfully, but these errors were encountered: