Thomas 3 年 前
コミット
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;
     }