# HG changeset patch # User peterjc # Date 1392827908 18000 # Node ID 4367786266d5f31ce4ce8e2369b45141e126efc2 # Parent 39ad3f684a301eaff3c88930455116690ce1f043 Uploaded v0.0.3 preview 2, fixed typo diff -r 39ad3f684a30 -r 4367786266d5 tools/align_back_trans/align_back_trans.py --- 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" %