Thomas 2 anni fa
parent
commit
030a8f5dc8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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");