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