Re: [Biojava-l] (no subject)

2003-01-09 Thread Hiroyuki Hashimoto
What's kinds of warnings? I guess "deprecation" warnings. So, I think it may not be critical error. Hiroyuki; - Original Message - From: "climb" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 09, 2003 2:34 PM Subject: [Biojava-l] (no sub

Re: [Biojava-l] (no subject)

2003-01-09 Thread Matthew Pocock
Hi, If you only got warnings, everything should be OK. What kind of warnings were they? What version of biojava where you building (one of the releases, or from CVS)? Did you build using ant? Did you get a new biojava.jar at the end of it? Java is never dangerous ;-) Matthew --- climb <[EMAIL

Re: Re: [Biojava-l] (no subject)

2003-01-09 Thread climb
>What's kinds of warnings? >I guess "deprecation" warnings. >So, I think it may not be critical error. > Yes. but i found 122 warnings. Why not do some thing to kill them in the release? :-) Yours clim

Re: Re: [Biojava-l] (no subject)

2003-01-09 Thread Thomas Down
On Thu, Jan 09, 2003 at 11:05:07PM +0800, climb wrote: > >What's kinds of warnings? > >I guess "deprecation" warnings. > >So, I think it may not be critical error. > > > Yes. but i found 122 warnings. Why not do some thing to kill them in the release? :-) Which version of BioJava are y

[Biojava-l] re: anonymous cvs down?

2003-01-09 Thread Russell Smithies
Problem solved, it looks like our company may have the port may be blocked :-) It works fine from home but not at work. and cvs works fine from JBuilder7 Russell > Message: 2 > From: "Russell Smithies" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED], [EMAIL PROTECTED] > Date: Wed, 08 Jan 2003 22:2

[Biojava-l] re: CVS down?

2003-01-09 Thread Russell Smithies
Problem solved, it looks like our company may have the port may be blocked:-) It works fine from home but not at work. and cvs works fine from JBuilder7 Russell > Message: 2 > From: "Russell Smithies" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED], [EMAIL PROTECTED] > Date: Wed, 08 Jan 2003 22:24

[Biojava-l] Sort symbols in an alphabet

2003-01-09 Thread Ren, Zhen
Hi, Symbols in an alphabet is not sorted in any way. How do I sort them, for instance, by name? Thanks. Zhen ___ Biojava-l mailing list - [EMAIL PROTECTED] http://biojava.org/mailman/listinfo/biojava-l

RE: [Biojava-l] Sort symbols in an alphabet

2003-01-09 Thread Schreiber, Mark
The following code should do it, You could actually make the ComparableSymbol wrapper implement Symbol and pass all the Symbol methods directly to the wrapped Symbol. I may even submit a ComparableSymbol as a class to biojava-live if people think they would use it. - Mark import org.biojava.bio

RE: [Biojava-l] Sort symbols in an alphabet

2003-01-09 Thread Ren, Zhen
A copy of the symbol set in an alphabet is sorted. What if I want to sort the original symbol set in an alphabet? Thanks. -Zhen -Original Message- From: Schreiber, Mark [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 12:39 PM To: Ren, Zhen; [EMAIL PROTECTED] Subject: RE: [Bi

RE: [Biojava-l] Sort symbols in an alphabet

2003-01-09 Thread Schreiber, Mark
You may be able to reengineer the AlphabetIndexers so the index they produce is based on the order of Symbols by name. Note that a Set is never really sorted only its pointers are. You could also make a wrapper wraps a FiniteAlphabet, implements FiniteAlphabet, delegates all its methods to the wra

RE: [Biojava-l] Sort symbols in an alphabet

2003-01-09 Thread Ren, Zhen
I am using DP and HMM. A distribution is an encapsulation of a probability distribution over the Symbols within an alphabet. Set up emission probabilities like this in a HMM object: for(int i = 0; i < symbols.length; i++) dist.setWeight(symbols[i], frequency[i]); Later, a DP object is cre

[Biojava-l] Back translation

2003-01-09 Thread Schreiber, Mark
Hi - There was some talk a while back about adding some methods to allow the protein alphabet to be reverse translated to a codon alphabet using one of the translation tables. Did anything come of this? Is the solution obvious and I'm just blind?? - Mark Mark Schreiber PhD Bioinformatics AgRes