Re: [Biojava-l] problems with SubIntegerAlphabet

2006-03-02 Thread mark . schreiber
Fixed in CVS now - Mark "Heather Kent" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 03/02/2006 05:15 AM To: [email protected] cc: (bcc: Mark Schreiber/GP/Novartis) Subject: [Biojava-l] problems with SubIntegerAlphabet Hi

Re: [Biojava-l] problems with SubIntegerAlphabet

2006-03-02 Thread mark . schreiber
MAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 03/02/2006 05:15 AM To: [email protected] cc: (bcc: Mark Schreiber/GP/Novartis) Subject:[Biojava-l] problems with SubIntegerAlphabet Hi, i'm currently having a problem with the IntegerAlphabet.SubIn

[Biojava-l] problems with SubIntegerAlphabet

2006-03-01 Thread Heather Kent
Hi, i'm currently having a problem with the IntegerAlphabet.SubIntegerAlphabetclass. When i make a call to the seqstring() method from AbstractSymbolList i get an error, No such element Exception "parser not supported by Integer Alphabet yet" in the getTokenization method of my SubIntegerAlphab

Re: [Biojava-l] Problems getting started

2004-07-08 Thread Matthew Pocock
Hi, [EMAIL PROTECTED] wrote: I followed the instructions on how to install BioJava and the jar files. I tried the code 'How can I make a motif into a regular expression' and get the error message that the compiler cannot locate the package java.util.regex. Where should this package be located sin

[Biojava-l] Problems getting started

2004-07-08 Thread mmatilai
I followed the instructions on how to install BioJava and the jar files. I tried the code 'How can I make a motif into a regular expression' and get the error message that the compiler cannot locate the package java.util.regex. Where should this package be located since I don't seem to have i

RE: [Biojava-l] problems installing biojava on Windows 2000

2003-08-14 Thread Matthew Pocock
Millis. > > -Original Message- > From: Schreiber, Mark > [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 07, 2003 5:44 PM > To: David Millis; [EMAIL PROTECTED] > Subject: RE: [Biojava-l] problems installing biojava > on Windows 2000 > > Hi - > > Your

RE: [Biojava-l] problems installing biojava on Windows 2000

2003-08-14 Thread DeAngelo Lampkin
5:10 AM To: 'Schreiber, Mark' Cc: [EMAIL PROTECTED] Subject: RE: [Biojava-l] problems installing biojava on Windows 2000 Mark - Thanks for your response to my message. I am using the netBeans 3.5 IDE for editing and compiling Java files. I have found that if I mount the biojava-1.30-jdk14.ja

[Biojava-l] Problems with Baum-Welch training

2003-08-14 Thread hlr02
Hi, I construct a profile HMM with randomized uniform distributions. I then train the model and, regardless of the training set I use, it ends up looking like this: - a 0.999 probability to go from one delete state to the next - roughly a uniform emission distribution for emission states (insert

RE: [Biojava-l] problems installing biojava on Windows 2000

2003-08-14 Thread David Millis
From: Schreiber, Mark [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 5:44 PM To: David Millis; [EMAIL PROTECTED] Subject: RE: [Biojava-l] problems installing biojava on Windows 2000 Hi - Your class path looks OK but you can check that it has actually been set by running set command wi

RE: [Biojava-l] problems installing biojava on Windows 2000

2003-08-08 Thread Schreiber, Mark
less you will also need the Jakarta-Regexp jar on your path. - Mark -Original Message- From: David Millis [mailto:[EMAIL PROTECTED] Sent: Friday, 8 August 2003 6:04 a.m. To: [EMAIL PROTECTED] Subject: [Biojava-l] problems installing biojava on Windows 2000 Hello, I am new to using

[Biojava-l] problems installing biojava on Windows 2000

2003-08-07 Thread David Millis
Hello, I am new to using biojava. I am trying to install biojava on a PC running Windows 2000 Professional. I am using Java 2 SDK version 1.4.2. I have downloaded the files in the "binaries" directory in the download area of the biojava server to the directory "C:\biojava" on my computer. I have

[Biojava-l] Problems running SearchProfile demo

2003-06-23 Thread hlr02
Hi, I can't get the SearchProfile demo to work and I have tried various input files. Is there a sample file available that will work so I can test if something else is wrong? Thanks, Henry Romijn Quoting [EMAIL PROTECTED]: > Hi, > > I have tried to run the SearchProfile demo with something

[Biojava-l] Problems running SearchProfile demo

2003-06-22 Thread hlr02
Hi, I have tried to run the SearchProfile demo with something simple like: >a MGNA >b MGNA >c MGNA >d MGNA I use the ProfileHMM constructor that has a string as one of its parameters (instead of the deprecated one). There appear to be no problems in creating and initializing the ProfileHMM obj

Re: [Biojava-l] Problems compiling biojava-live

2003-05-28 Thread Aroul Ramadass
> sure you don't have any older copies on your CLASSPATH or in > the Java extensions directory (${JAVA_HOME}/jre/lib/ext/ on Unix, > can't remember the exact name on OSX). This was the problem..i got an old bytecode.jar in ext dir...working fine now. Thanks Aroul. __

Re: [Biojava-l] Problems compiling biojava-live

2003-05-28 Thread Aroul Ramadass
Hi, I have the same problem as well... on linux, java 1.4.0_01-b03 build. Aroul. On Fri, 23 May 2003, Sylvain Foisy wrote: > Hi to all, > > I have been having problems compiling biojava-live for that past few days > now. My ant output is like this: > > compile: > [javac] Compiling 48 sou

Re: [Biojava-l] Problems compiling biojava-live

2003-05-28 Thread Thomas Down
Once upon a time, Sylvain Foisy wrote: > Hi to all, > > I have been having problems compiling biojava-live for that past few days > now. My ant output is like this: > > compile: > [javac] Compiling 48 source files to > /Users/foisys/biojava-live/ant-build/classes/main > [javac] > /Users/

[Biojava-l] Problems compiling biojava-live

2003-05-27 Thread Sylvain Foisy
Hi to all, I have been having problems compiling biojava-live for that past few days now. My ant output is like this: compile: [javac] Compiling 48 source files to /Users/foisys/biojava-live/ant-build/classes/main [javac] /Users/foisys/biojava-live/ant-build/src/main/org/biojava/bio/dp/t

[Biojava-l] Problems compiling biojava-live

2003-05-27 Thread Sylvain Foisy
Hi to all, I have been having problems compiling biojava-live for that past few days now. My ant output is like this: compile: [javac] Compiling 48 source files to /Users/foisys/biojava-live/ant-build/classes/main [javac] /Users/foisys/biojava-live/ant-build/src/main/org/biojava/bio/dp/t

[Biojava-l] Problems parsing in RNA sequence in genbank format

2003-04-04 Thread Lachlan Coin
Hi, I am parsing in RNA sequence data. One of the positions has a 'R' which stands for the ambiguity symbol A or G. However, the RNA alphabet does not have this as a token for anything (I did a quick test, and the ambiguity token for A or G is N). So the genbank reader falls over when it gets t

[Biojava-l] Problems with Annotations

2003-02-25 Thread Sylvain Foisy
Hi, I want to scan portions of sequences for motifs. I am trying to modify the annotation for the sequence so that each time a motif is found, I get a new annotation of the form "Motif x"+original annotation. It works when I print it on the terminal with System.out but when I try to save the seque

Re: [Biojava-l] Problems with SAX parsing

2003-01-31 Thread Simon Brocklehurst
Alexander Churbanov wrote: Hello Matthew or Thomas, I just use SAX BLAST parser to parse a massive of BLAST output. Unfortunately this package does a really poor job in a batch mode. It runs out of memory because of the recursive self-calls which adversely affects the heap. I know that

[Biojava-l] Problems with SAX parsing

2003-01-30 Thread Alexander Churbanov
Hello Matthew or Thomas, I just use SAX BLAST parser to parse a massive of BLAST output. Unfortunately this package does a really poor job in a batch mode. It runs out of memory because of the recursive self-calls which adversely affects the heap. I know that you have borrowed this from a

Re: [Biojava-l] Problems in compiling biojava-live

2002-11-07 Thread Matthew Pocock
Hi Sylvain, You could try: cvs update -Pd This will attempt to pull in any new directories and prune out any empty directories. If that doesn't fix the problem, get back in touch. I tend to habitually use this rather than the plain "cvs update" just in case. Matthew --- [EMAIL PROTECTED], "Ph

Re: [Biojava-l] Problems in compiling biojava-live

2002-11-07 Thread Thomas Down
On Thu, Nov 07, 2002 at 09:42:01AM -0500, [EMAIL PROTECTED] wrote: > Hi, > > I have some difficulties compiling biojava-live for the past couples of > days, both on my Linux WS at work and my PowerMac G4 at home. On both > machines, ant gives me the same warnings: > > [javac] /Users/foisys/bioj

Re: [Biojava-l] Problems in compiling biojava-live

2002-11-07 Thread sanjay
--- Original Message - From: <[EMAIL PROTECTED]>; "Ph. D." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 07, 2002 9:42 AM Subject: [Biojava-l] Problems in compiling biojava-live > Hi, > > I have some difficulties compiling biojava-live

[Biojava-l] Problems in compiling biojava-live

2002-11-07 Thread Ph. D.
Hi, I have some difficulties compiling biojava-live for the past couples of days, both on my Linux WS at work and my PowerMac G4 at home. On both machines, ant gives me the same warnings: [javac] /Users/foisys/biojava-live/ant- build/src/main/org/biojava/bio/seq/io/GAMEFormat.java:37: package

Re: [Biojava-l] Problems in biojava

2002-03-05 Thread Thomas Down
On Tue, Mar 05, 2002 at 12:42:36PM +0200, Eli Reuveni wrote: > > I tried to installed the library of biojava but had some errors > in class "AlphabetManager" where some packages didn't found: > > "AlphabetManager.java": Error #: 704 : cannot access directory org\w3c\dom > at line 30, column 1 >

Re: [Biojava-l] Problems in biojava

2002-03-05 Thread David Huen
On Tue, 5 Mar 2002, Eli Reuveni wrote: > > > Hi I am a student for Bioinformatics studies > and now in tha phase of choosing a software to use > in building a web based application for manipulating genes > and archive. > I tried to installed the library of biojava but had some errors > in class

[Biojava-l] Problems in biojava

2002-03-05 Thread Eli Reuveni
Hi I am a student for Bioinformatics studies and now in tha phase of choosing a software to use in building a web based application for manipulating genes and archive. I tried to installed the library of biojava but had some errors in class "AlphabetManager" where some packages didn't found: "A

Re: [Biojava-l] problems getting packages recognized

2001-11-13 Thread Thomas Down
On Mon, Nov 12, 2001 at 12:39:50PM -0500, Andy Hunsucker wrote: > Yes, this class is outside the heirarchy. When I compile the program, it > gives a "cannot resolve symbol" error on the line in which I instantiate the > variable to use in the program. For instance: > > RNA gc = new RNA(); > >

Re: [Biojava-l] problems getting packages recognized

2001-11-12 Thread Andy Hunsucker
Thanks for your help, I got it figured out. - Original Message - From: "David Huen" <[EMAIL PROTECTED]> To: "Andy Hunsucker" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, November 12, 2001 2:50 AM Subject: Re: [Biojava-l] problems gett

Re: [Biojava-l] problems getting packages recognized

2001-11-12 Thread Andy Hunsucker
t commands from the "RNA" class, it works fine. Any other ideas? Thanks for your help. - Original Message - From: "David Huen" <[EMAIL PROTECTED]> To: "Andy Hunsucker" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, November

Re: [Biojava-l] problems getting packages recognized

2001-11-11 Thread David Huen
On Mon, 12 Nov 2001, Andy Hunsucker wrote: > I'm having some problems with a program I'm writing. I've got all > the biojava code written in a seperate class from my main program. I Do I correctly assume that this class is outside of the biojava source hierarchy as well? > keep getting "cann

[Biojava-l] problems getting packages recognized

2001-11-11 Thread Andy Hunsucker
I'm having some problems with a program I'm writing.  I've got all the biojava code written in a seperate class from my main program.  I keep getting "cannot resolve symbol" errors whenever I try to call that class's constructor.  I've traced the problem to the fact that my system will not r

Re: [Biojava-l] Problems building from CVS sources

2001-10-29 Thread Mark Schreiber
Hi, What JAVAC are you using, I seem to be able to build this fine. Mark On Mon, 29 Oct 2001, Howard Ungar wrote: > I am having problems compling 4 of the files in the CVS archives. I > was trying to get the latest version of certain other files when I ran > into this. > > C:\java\biojava-l

[Biojava-l] Problems building from CVS sources

2001-10-29 Thread Howard Ungar
I am having problems compling 4 of the files in the CVS archives. I was trying to get the latest version of certain other files when I ran into this. C:\java\biojava-live>ant Searching for build.xml ... Buildfile: C:\java\biojava-live\build.xml init: prepare: prepare-src: compile: [javac

Re: [Biojava-l] Problems

2001-10-12 Thread Keith James
> "Ron" == Ron Kuhn <[EMAIL PROTECTED]> writes: Ron> BioJAVA, I submitted 2 problems (including fixes) to the Ron> BIOJava Bug Tracking Web Interface. Without these fixes, Ron> users will receive exceptions while trying to parse the Ron> current Genbank and Swissprot files. I

[Biojava-l] Problems

2001-10-11 Thread Ron Kuhn
BioJAVA, I submitted 2 problems (including fixes) to the BIOJava Bug Tracking Web Interface. Without these fixes, users will receive exceptions while trying to parse the current Genbank and Swissprot files. I just wanted to make sure these fixes make it into the next release. I don't know how oft