[Biojava-l] AssembledSymbolList

Matthew Pocock mrp@sanger.ac.uk
Tue, 25 Sep 2001 12:36:50 +0100


Hi.

I've been using AssembledSymbolList inside the Acedb bridge and run into 
a gotcha. I was assuming that by calling putComponent(ComponentFeature) 
that the assembly would grow in length, but apparently not. I seem to 
need to call setLength(int) explicitly. Is there any problem with me 
modifying the file to have a 'grow as needed' vs 'exact length' 
behavior? What is meant to happen?

Matthew