Thomas 3 лет назад
Родитель
Сommit
c755296432
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/lib.rs

+ 1 - 0
src/lib.rs

@@ -437,6 +437,7 @@ impl NeoContig {
                 }
                 }
             }
             }
         });
         });
+        println!("{:?}", alignments);
         self.alignments = alignments;
         self.alignments = alignments;
     }
     }