[Biopython-dev] [Bug 2662] Typo in tutorial "Chapter 3 Sequence objects "

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Fri Nov 21 12:18:35 UTC 2008


http://bugzilla.open-bio.org/show_bug.cgi?id=2662


biopython-bugzilla at maubp.freeserve.co.uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED




------- Comment #5 from biopython-bugzilla at maubp.freeserve.co.uk  2008-11-21 07:18 EST -------
Fixed in CVS revision 1.187 of biopython/Doc/Tutorial.tex by completely
rephrasing to avoid the contentious sentence structure.  See:

http://cvs.biopython.org/cgi-bin/viewcvs/viewcvs.cgi/biopython/Doc/Tutorial.tex?cvsroot=biopython

Now reads:
> There are two important differences between Seq objects and standard
> python strings. First of all, they have different methods. Although
> the Seq object supports many of the same methods as a plain string,
> its translate() method differs by doing biological translation, and
> there are also additional biologically relevant methods like
> reverse_complement(). Secondly, the Seq object has an important
> attribute, alphabet, which is an object describing what the individual
> characters making up the sequence string “mean”, and how they should
> be interpreted. For example, is AGTACACTGGT a DNA sequence, or just
> a protein sequence that happens to be rich in Alanines, Glycines,
> Cysteines and Threonines?

Peter


-- 
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Biopython-dev mailing list