Skip to content
New issue

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

Unable to load fermi-lite native library /libbwa.Linux.so #553

Closed
santoshatanur opened this issue Dec 12, 2021 · 5 comments
Closed

Unable to load fermi-lite native library /libbwa.Linux.so #553

santoshatanur opened this issue Dec 12, 2021 · 5 comments

Comments

@santoshatanur
Copy link

Hi

I have installed gridss via conda. I am getting the following error when I run gridss. Could you let me know how to fix it.

WARNING 2021-12-12 09:48:35 BwaAligner Found bwa index files. Attempting to create image from bwa index files
ERROR 2021-12-12 09:48:36 PrepareReference
java.lang.IllegalStateException: Misconfiguration: Unable to load fermi-lite native library /libbwa.Linux.so
at org.broadinstitute.hellbender.utils.bwa.BwaMemIndex.loadNativeLibrary(BwaMemIndex.java:470)
at org.broadinstitute.hellbender.utils.bwa.BwaMemIndex.createIndexImageFromIndexFiles(BwaMemIndex.java:121)
at au.edu.wehi.idsv.alignment.BwaAligner.createBwaIndexFor(BwaAligner.java:69)
at gridss.PrepareReference.doWork(PrepareReference.java:61)
at picard.cmdline.CommandLineProgram.instanceMain(CommandLineProgram.java:305)
at gridss.PrepareReference.main(PrepareReference.java:89)
Caused by: java.io.IOException: No such file or directory
at java.base/java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.base/java.io.File.createTempFile(File.java:2090)
at java.base/java.io.File.createTempFile(File.java:2136)
at org.broadinstitute.hellbender.utils.bwa.BwaMemIndex.loadNativeLibrary(BwaMemIndex.java:464)
... 5 more

@d-cameron
Copy link
Member

What OS/CPU are you using?

@santoshatanur
Copy link
Author

santoshatanur commented Dec 13, 2021 via email

@d-cameron
Copy link
Member

d-cameron commented Dec 17, 2021

do you have write access to your java.io.tmpdir location?

Edit: on linux, this is typically /tmp

@santoshatanur
Copy link
Author

santoshatanur commented Dec 17, 2021 via email

@d-cameron
Copy link
Member

d-cameron commented Dec 17, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants