don't seqcomp sequences that are too small
[mussa.git] / alg / mussa.cpp
index ae21f5bf736f845ca28a4f5c68d6b320a7687995..7b62dafc174de20a5f6747a6f7f0b470c02200f9 100644 (file)
@@ -465,8 +465,7 @@ Mussa::analyze()
     throw mussa_analysis_error("you need to have at least 2 sequences to "
                                "do an analysis.");
   }
-  //cout << "nway ana: seq_num = " << the_seqs.size() << endl;
-
+  
   seqcomp();
   the_paths.setup(window, threshold);
   nway();