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