On Mon, Mar 30, 2015 at 10:01 AM, LAW Andy <[email protected]> wrote: > I think the philosophical view on this is that the mutated sequence > is a *new* and *different* sequence.
Biopython has two explicit object models, Seq (read only) and MutableSeq (editable) with similar APIs, which in part reflects the fact that in Python strings themselves are immutable (read only). Peter _______________________________________________ Biojava-l mailing list - [email protected] http://mailman.open-bio.org/mailman/listinfo/biojava-l
