This is a test version of Biostars. For the public version, visit https://www.biostars.org.
An Error About The Recombination Detection Software Dualbrothers

Hi, I tried to use the software DualBrothers to detect the recombination breakpoints in a set of genes. I installed the software as the instructions describe, but when I tested the software using the examples I received the following error:

*java.lang.ClassNotFoundException: edu.cornell.lassp.houle.RngPack.RandomElement
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)*

Why was there an error? Does anyone know how to solve this problem? Hope to get a reply from you, and thank you !

recombination

While I'm not a Java person and I've never used the aforementioned program, this error would seem to indicate that whatever defines edu.cornell.lassp.houle.RngPack.RandomElement isn't in your Classpath.

0 answers

No answers yet.

Log in to answer this question.