Thomas 2 年之前
父節點
當前提交
030a8f5dc8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -324,7 +324,7 @@ impl Contig {
         let aligner = Aligner::builder()
             .asm5()
             .with_threads(8)
-            // .with_cigar()
+            .with_cigar()
             .with_seq(self.sequence.as_bytes())
             .expect("Unable to build index");