Skip to content

Commit b9312e0

Browse files
authored
Merge pull request #126 from jguhlin/update-to-minimap2-2.29
Update to minimap2 2.29
2 parents cbdc4af + c7db9ac commit b9312e0

File tree

2 files changed

+256
-10
lines changed

2 files changed

+256
-10
lines changed

src/htslib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
//! ```
4444
4545
use super::ffi as mm_ffi;
46-
use crate::{Aligner, Built, Mapping, Strand, BUF};
46+
use crate::{Aligner, BUF, Built, Mapping, Strand};
4747
use minimap2_sys::{km_destroy, km_init};
4848
use rust_htslib::bam::header::HeaderRecord;
4949
use rust_htslib::bam::record::{Cigar, CigarString};

0 commit comments

Comments
 (0)