Re: [Biojava-l] MergeAnnotation question

2003-02-19 Thread Matthew Pocock
Hi Lagesen, This is strange. We do use the merging annotation stuff extensively inside biojava, so I'm not quite sure what is going on here. Could you send a small program (or your complete program if you can't be bothered to cut it down) so that we can sort this out? Matthew Karin Lagesen wr

[Biojava-l] MergeAnnotation question

2003-02-19 Thread Karin Lagesen
I try to use a MergeAnnotation object to merge the annotation of two features. This I do like this: MergeAnnotation mergeAnn = new MergeAnnotation(); mergeAnn.addAnnotation(before.getAnnotation()); mergeAnn.addAnnotation(after.getAnnotation()); This mergeAnn object is then used in a Sequ