Skip to content

Commit

Permalink
Merge branch 'alignment-score' of https://github.com/rob-p/minimap2-rs
Browse files Browse the repository at this point in the history
…into alignment-score
  • Loading branch information
Rob Patro committed Nov 12, 2024
2 parents 0bfc848 + 4afba0d commit 6f0f944
Show file tree
Hide file tree
Showing 3 changed files with 352 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
authors = ["Joseph Guhlin <joseph.guhlin@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Bindings to libminimap2"
repository = "https://github.com/jguhlin/minimap2-rs"
repository = "https://github.com/rob-p/minimap2-rs"
categories = ["science"]
keywords = ["bioinformatics", "fasta", "alignment", "fastq"]
exclude = [
Expand Down
1 change: 0 additions & 1 deletion src/htslib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ impl Aligner {
}
}


pub fn mapping_to_record(
mapping: Option<&Mapping>,
seq: &[u8],
Expand Down
Loading

0 comments on commit 6f0f944

Please sign in to comment.