Thomas 3 năm trước cách đây
mục cha
commit
c755296432
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/lib.rs

+ 1 - 0
src/lib.rs

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