[Biojava-l] RNATools possible bug

2001-12-03 Thread Simon Foote
I've found a slight problem with RNATools when transcribing/translating DNA to RNA to protein. Not sure if its a bug or I did something wrong. I'm justing doing a simple RNATools.transcribe on a DNA symbol list. It throws the following error: Exception in thread "main" org.biojava.bio.sym

Re: [Biojava-l] RNATools possible bug

2001-12-03 Thread Thomas Down
On Mon, Dec 03, 2001 at 10:32:03AM -0500, Simon Foote wrote: > I've found a slight problem with RNATools when transcribing/translating > DNA to RNA to protein. > > Not sure if its a bug or I did something wrong. > I'm justing doing a simple RNATools.transcribe on a DNA symbol list. > > It t

[Biojava-l] New package: org.biojava.bio.seq.projection

2001-12-03 Thread Thomas Down
I've just added a new package, containing code for projecting features between coordinate systems. This is basically the guts of the ProjectedFeatureHolder class, refactored and made fit for more public consumption. This package won't interest the vast majority of users -- stick to the Projected

[Biojava-l] fresh checkout doesn't build

2001-12-03 Thread Michael L. Heuer
Hello, A fresh checkout of the main trunk doesn't build as of this afternoon: compile: [javac] Compiling 610 source files to /home/heuerm/working/biojava-live/ant-build/classes/main [javac] /home/heuerm/working/biojava-live/ant-build/src/main/org/biojava/bio/seq/io/CharacterTokenizat io

Re: [Biojava-l] fresh checkout doesn't build

2001-12-03 Thread Thomas Down
On Mon, Dec 03, 2001 at 04:57:25PM -0500, Michael L. Heuer wrote: > Hello, > > > A fresh checkout of the main trunk doesn't build as of this afternoon: > > Strangely enough, it appears that none of the offending source files have > been updated in cvs since Thomas' log entry "Big landing of the

Re: [Biojava-l] fresh checkout doesn't build

2001-12-03 Thread David Huen
On Mon, 3 Dec 2001, Thomas Down wrote: > Anyone else seen problems with this? > A fresh checkout from cvs.biojava.org compiled fine as of a few minutes ago. cvs 1.11 jdk1.3.1 A cvs update -d from biojava.org (checkin site) didn't but I'm not overly concerned as I find that when I get a month or

Re: [Biojava-l] fresh checkout doesn't build

2001-12-03 Thread Thomas Down
On Mon, Dec 03, 2001 at 11:45:38PM +, David Huen wrote: > > A cvs update -d from biojava.org (checkin site) didn't but I'm not overly > concerned as I find that when I get a month or two out of sync, a update > often doesn't compile while a fresh checkout does Just a thought... Have you

Re: [Biojava-l] fresh checkout doesn't build

2001-12-03 Thread Michael L. Heuer
I confirm that a fresh checkout as of this evening builds okay, jdk1.4, cvs 1.11, on linux I was having problems on solaris, jdk1.3.1, cvs 1.10.x. I'll investigate further, but for now I'll chalk it up to a cvs snafu... thanks michael On Mon, 3 Dec 2001, David Huen wrote: > On Mon, 3

[Biojava-l] viztool class diagrams

2001-12-03 Thread Michael L. Heuer
For fun I tried a tool for building class diagrams on the fly called viztool on the biojava code: see http://waywardgeeks.org/code/viztool It produces more poster-on-the-wall rather than full-UML-style diagrams, but they're not too bad. Install the viztool library into the ant /lib directory a