Re: [Biojava-l] Need Help

2005-10-06 Thread mark . schreiber
rtis) Subject: [Biojava-l] Need Help Hi.. Anybody know how to retrieve the annotation property "ORIGIN" My code look like this while(sequences.hasNext()){ try { seq = sequences.nextSequence(); //Annotation Annotation anno = seq.getAnnotation(); //print each key value pair for (It

[Biojava-l] Need Help

2005-10-06 Thread Goh khee Teck
Hi.. Anybody know how to retrieve the annotation property "ORIGIN" My code look like this while(sequences.hasNext()){ try { seq = sequences.nextSequence(); //Annotation Annotation anno = seq.getAnnotation(); //print each key value pair for (Iterator i = anno.keys().iterator(); i.hasNext(); )

[Biojava-l] Need help in my code

2003-10-13 Thread erw wer
Hi, I am a beginner in biojava as well bioinformatics. I hope you can advice on the obstacles I am facing now. I am trying to follow your example about the profile HMM at http://www.biojava.org/docs/bj_in_anger/profileHMM.htm, and I try to fill in those missing codes that are required. And fina

RE: [Biojava-l] need help

2003-02-20 Thread Francois Pepin
mat, but I don't think it includes having spaces in the sequence. Fran?ois -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of zhao guijun Sent: 17 f¨¦vrier, 2003 21:00 To: [EMAIL PROTECTED] Subject: [Biojava-l] need help hello, could anyone tell me why I got

[Biojava-l] need help

2003-02-17 Thread zhao guijun
hello, could anyone tell me why I got such errors? /usr/java2/bin/java ReadFasta imsIND020717.fas DNA org.biojava.bio.symbol.IllegalSymbolException: This tokenization doesn't contain character: at org.biojava.bio.seq.io.CharacterTokenization.parseTokenChar(CharacterTokenization.java

RE: [Biojava-l] need help for SimpleSequenceBuilder class

2001-07-24 Thread Bruce Ling
> Sent: Tuesday, July 24, 2001 6:20 AM > To: '[EMAIL PROTECTED]' > Subject: RE: [Biojava-l] need help for SimpleSequenceBuilder class > > > I don't think that this is related to BioJava. I searched the source for > CORBA and SeqDBImpl, neither showed up. I also

RE: [Biojava-l] need help for SimpleSequenceBuilder class

2001-07-23 Thread Cox, Greg
[EMAIL PROTECTED]'; [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: [Biojava-l] need help for SimpleSequenceBuilder class > > > Hi Bruce, > I've done a lot with Genbank files, and the problem isn't > actually in > SimpleSequenceBuilder, that's j

RE: [Biojava-l] need help for SimpleSequenceBuilder class

2001-07-23 Thread Cox, Greg
try to get a fix into CVS later today. Greg -Original Message- From: Bruce Ling [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 22, 2001 11:17 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [Biojava-l] need help for SimpleSequenceBuilder class Hi, Thomas, As I saw the doc s

[Biojava-l] need help for SimpleSequenceBuilder class

2001-07-22 Thread Bruce Ling
Hi, Thomas,   As I saw the doc says you are the author of SimpleSequenceBuilder class, I am asking for help with the following problem?   I am in the way of using biojava GenbankFormat class, the code is as following:    {   SequenceFormat gFormat = new GenbankFormat();   SequenceBuilderFac