RE: [Biojava-l] Java implementation of Smith-Waterman algorithm

2002-08-20 Thread Ryan Golhar
Here you go. Its attached. If you have any questions, let me know... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of borg collective Sent: Tuesday, August 20, 2002 4:14 AM To: [EMAIL PROTECTED] Subject: Re: [Biojava-l] Java implementation of Smith

Re: [Biojava-l] Java implementation of Smith-Waterman algorithm

2002-08-20 Thread borg collective
Ryan: If you are willing to share it, can you please email it to me? Thx. Thomas: Thx for the info. I'll look through the example you've pointed out if I have to reinvent the wheel (hopefully no because the amount documentation for biojava is quite daunting for a newbie..) _

Re: [Biojava-l] Java implementation of Smith-Waterman algorithm

2002-08-18 Thread Thomas Down
On Sat, Aug 17, 2002 at 07:28:07AM +, borg collective wrote: > Is there a Java implementation of Smith-Waterman algorithm available on > biojava? I was not able to find any reference to it in the documentation. > If there isn't one, does anyone know where I can obtain the source code for

RE: [Biojava-l] Java implementation of Smith-Waterman algorithm

2002-08-17 Thread Ryan Golhar
If there isn't one, I have an implementation of it in Java. I wrote it directly from the algorithm as described in J. Mol Bio. Its pretty straight forward ie no modifications or optimizations... Ryan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of bo