Mercurial > repos > peterjc > align_back_trans
changeset 3:4367786266d5 draft
Uploaded v0.0.3 preview 2, fixed typo
author | peterjc |
---|---|
date | Wed, 19 Feb 2014 11:38:28 -0500 |
parents | 39ad3f684a30 |
children | 68082f2cd426 |
files | tools/align_back_trans/align_back_trans.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tools/align_back_trans/align_back_trans.py Wed Feb 19 11:36:01 2014 -0500 +++ b/tools/align_back_trans/align_back_trans.py Wed Feb 19 11:38:28 2014 -0500 @@ -16,7 +16,7 @@ See accompanying text file for licence details (MIT licence). -This is version 0.0.2 of the script. +This is version 0.0.3 of the script. """ import sys @@ -54,7 +54,7 @@ "wrong start codon?" % identifier) if len(t) != len(p) and p[1:] in t: stop_err("%s translation matched (ignoring first base) but only " - "as subset of nucleotides, wring start codon?" % identifier) + "as subset of nucleotides, wrong start codon?" % identifier) if len(t) != len(p): stop_err("Inconsistent lengths for %s, ungapped protein %i, " "tripled %i vs ungapped nucleotide %i" %