Thomas 3 lat temu
rodzic
commit
c755296432
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/lib.rs

+ 1 - 0
src/lib.rs

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