Problem with MultipleSequenceAlignment

udana chathuranga <[email protected]>
Newsgroups gmane.comp.java.bio.general
Message-ID <[email protected]>
hi all,

When I was going through the biojava cookbook as I was interested in this
project. I tried the example in the page
http://biojava.org/wiki/BioJava:CookBook3:MSA and I got a classnotfound
exception for the line "Profile<ProteinSequence, AminoAcidCompound> profile
= Alignments.
getMultipleSequenceAlignment(lst);".

Error Message:

Exception in thread "main" java.lang.NoClassDefFoundError:
org/forester/phylogenyinference/DistanceMatrix
    at
org.biojava3.alignment.Alignments.getMultipleSequenceAlignment(Alignments.java:176)
    at CookbookMSA.multipleSequenceAlignment(CookbookMSA.java:29)
    at CookbookMSA.main(CookbookMSA.java:18)
Caused by: java.lang.ClassNotFoundException:
org.forester.phylogenyinference.DistanceMatrix
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)

Is this a know issue or Am I doing something wrong with the code?

Thanks
Regards
udana.
_______________________________________________
Biojava-l mailing list  -  [email protected]
http://lists.open-bio.org/mailman/listinfo/biojava-l
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.