Re: [Biojava-l] BlastXMLParserFacade

2004-03-12 Thread Thomas Down
On 12 Mar 2004, at 12:03, David Huen wrote: On Friday 12 Mar 2004 11:17 am, Matthew Pocock wrote: Hi, The parser shouldn't be throwing a NPE. However, the NCBI blast xml output didn't used to be well-formed XML, so was not parseable by any XML parser. I don't know if this has since been fixed by

Re: [Biojava-l] BlastXMLParserFacade

2004-03-12 Thread Dan Bolser
On Fri, 12 Mar 2004, Matthew Pocock wrote: > Hi, > > The parser shouldn't be throwing a NPE. However, the NCBI blast xml > output didn't used to be well-formed XML, so was not parseable by any > XML parser. I don't know if this has since been fixed by the NCBI. ! I have a perl module to 'cl

Re: [Biojava-l] BlastXMLParserFacade

2004-03-12 Thread David Huen
On Friday 12 Mar 2004 11:17 am, Matthew Pocock wrote: > Hi, > > The parser shouldn't be throwing a NPE. However, the NCBI blast xml > output didn't used to be well-formed XML, so was not parseable by any > XML parser. I don't know if this has since been fixed by the NCBI. > In this case, that's not

Re: [Biojava-l] BlastXMLParserFacade

2004-03-12 Thread Matthew Pocock
Hi, The parser shouldn't be throwing a NPE. However, the NCBI blast xml output didn't used to be well-formed XML, so was not parseable by any XML parser. I don't know if this has since been fixed by the NCBI. Matthew [EMAIL PROTECTED] wrote: I was wondering if anyone has successfully gotten B

Re: [Biojava-l] Parameter Settings in BaumWelchTraining]

2004-03-12 Thread Thomas Down
On 12 Mar 2004, at 06:00, [EMAIL PROTECTED] wrote: When you call the train() method of the BaumWelchTrainer you supply it with a SequenceDB. The sequences from this DB are used to optimize the weights of the model. However, I have a bad feeling that when you train your model with the BaumWelchTrai

Re: [Biojava-l] Parameter Settings in BaumWelchTraining]

2004-03-12 Thread mark . schreiber
I agree. If the BaumWelch trainer does cause problems one could always implement a different version of ModelTrainer. - Mark Dan Bolser <[EMAIL PROTECTED]> 03/12/2004 04:47 PM To: Mark Schreiber/GP/[EMAIL PROTECTED] cc: [EMAIL PROTECTED], Biojava Mailing List <[E

Re: [Biojava-l] Parameter Settings in BaumWelchTraining]

2004-03-12 Thread Dan Bolser
On Fri, 12 Mar 2004 [EMAIL PROTECTED] wrote: > When you call the train() method of the BaumWelchTrainer you supply it > with a SequenceDB. The sequences from this DB are used to optimize the > weights of the model. > > However, I have a bad feeling that when you train your model with the > Bau