[Biojava-l] ABITrace and quality values

2005-10-26 Thread Russ Kepler
Anyone modify ABITrace to fetch and return the quality calls now available in AB1 files? ___ Biojava-l mailing list - Biojava-l@biojava.org http://biojava.org/mailman/listinfo/biojava-l

[Biojava-l] Issues with FlexibleAlignment

2005-11-24 Thread Russ Kepler
In working with FlexibleAlignment I've found a problem. When an overlap is empty the underlying code in AbstractULAlignment will return nulls for positions not containing symbols, and this confuses things later on. An example program below will demonstrate a simple case of the problem (code

Re: [Biojava-l] Issues with FlexibleAlignment

2005-11-25 Thread Russ Kepler
On Friday 25 November 2005 04:39 am, Matthew Pocock wrote: > This should be returning the symbol AlphabetManager.getGap(), which should > be the same as EMPTY_ALPHABET.getGap(). Could somebody fix this? I wouldn't think that a gap symbol would be appropriate for the areas outside the sequence to

[Biojava-l] Multiple alignment display issues

2005-11-28 Thread Russ Kepler
Further in my efforts in using the FlexibleAlignment class in conjunction with the display the alignments I have created some test code, reproduced below. The sequences are all displaying, but not in the alignment range. Am I simply missing something simple here, like a symbol renderer that ha

Re: [Biojava-l] concatenating chromatograms

2006-02-02 Thread Russ Kepler
On Wednesday 01 February 2006 11:41 pm, Heather Kent wrote: > I would like to write a small application that would concatenate abi or scf > chromatograms and write out a new chromatogram file.. > has anyone done something similar to this or seen any code that would be > helpful for me, i am new at