structure alignment seems slow ...

Jay Vyas <[email protected]>
Newsgroups gmane.comp.java.bio.general
Message-ID <[email protected]>
Hi guys :

The following code snippet, for two 150 amino acid proteins, is taking a
somewhat long time, that is, well over 4  minutes, ....

        long t=(System.currentTimeMillis());
        StructurePairAligner aligner = new StructurePairAligner();
        aligner.align(s1, s2);
        aligner.setDebug(false);
        System.out.println("time = " + (System.currentTimeMillis()-t)/1000+"
sec");

Strangely, Im running biojava on a 2x28 GHz Quad Core Intel Xeon chip, Mac
OS 10.5.8, with aggressiveheap enabled, and 6 Gigs of RAM.
This suprises me since the tests on the biojava wiki page for structural
alignments seem to be quite efficient.

-- 
Jay Vyas
MMSB/UCHC
_______________________________________________
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.