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");