|
|
@@ -575,7 +575,7 @@ mod tests {
|
|
|
let sequence = "CTCGCTCGGCGGCCGCTCGGTCATCCTGTGGGCAGACAGACAAGCGGATGCCCGCTCTGACGACCGCCCCTGAC";
|
|
|
|
|
|
let aligner = BwaAlign::init(ref_path);
|
|
|
- let res = aligner.get_ref_positions(&sequence);
|
|
|
+ let res = aligner.get_ref_positions_indel(&sequence);
|
|
|
println!("{:?}", res);
|
|
|
|
|
|
}
|