changeset 4:68082f2cd426 draft

Uploaded v0.0.3, preview 3, correct example
author peterjc
date Wed, 19 Feb 2014 11:56:49 -0500
parents 4367786266d5
children a607b34de31f
files tools/align_back_trans/align_back_trans.xml
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/tools/align_back_trans/align_back_trans.xml	Wed Feb 19 11:38:28 2014 -0500
+++ b/tools/align_back_trans/align_back_trans.xml	Wed Feb 19 11:56:49 2014 -0500
@@ -98,20 +98,20 @@
 and this matching unaligned nucleotide FASTA file::
 
     >Alpha
-    GGUGAGGAACGA
+    GATGAGGAACGA
     >Beta
-    GGCGGGCGU
+    GATGAGCGU
     >Gamma
-    GGUCGG
+    GATCGG
 
 the tool would return this nucleotide alignment::
 
     >Alpha
-    GGUGAGGAACGA
+    GATGAGGAACGA
     >Beta
-    GGCGGG---CGU
+    GATGAG---CGU
     >Gamma
-    GGU------CGG
+    GAT------CGG
 
 Notice that all the gaps are multiples of three in length.