From: Andrei Zavada <johnhom...@gmail.com>

---
 .../library/seqan/graph_msa/graph_align_tcoffee_io.h         | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git 
a/mugsy-seqan/projects/library/seqan/graph_msa/graph_align_tcoffee_io.h 
b/mugsy-seqan/projects/library/seqan/graph_msa/graph_align_tcoffee_io.h
index 0741c98..55f03be 100644
--- a/mugsy-seqan/projects/library/seqan/graph_msa/graph_align_tcoffee_io.h
+++ b/mugsy-seqan/projects/library/seqan/graph_msa/graph_align_tcoffee_io.h
@@ -514,11 +514,13 @@ template<typename TValue, typename TSpec2, typename 
TFragment, typename TSpec, t
        else
          ++offset2;
       } else ++offset1;
-    } else if (value(mat, inseq2 * flen + col) != gapChar) 
-      if(orients[inseq2])
-       ++offset2;//--offset2;
-      else
-       ++offset2;
+    } else
+      if (value(mat, inseq2 * flen + col) != gapChar) {
+        if(orients[inseq2])
+           ++offset2;//--offset2;
+        else
+           ++offset2;
+      }
   }
   /*
   //SVA append runs to matches
-- 
2.3.5


-- 
To UNSUBSCRIBE, email to debian-med-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/1429929049-21676-10-git-send-email-andrei.zavada....@gmail.com

Reply via email to