Skip to content

Commit

Permalink
Fixed example
Browse files Browse the repository at this point in the history
  • Loading branch information
douweschulte committed Sep 13, 2024
1 parent acc4017 commit a538a38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/de-novo-align/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fn main() {
peptide,
align::<4, SemiAmbiguous, SemiAmbiguous>(
&db.peptide,
peptide.metadata.peptide().unwrap(),
peptide.peptide().unwrap(),
matrix::BLOSUM62,
Tolerance::Absolute(da(0.1)),
AlignType::EITHER_GLOBAL,
Expand All @@ -61,7 +61,6 @@ fn main() {
(
"Rawfile".to_string(),
peptide
.metadata
.raw_file()
.map_or(String::new(), |p| p.to_string_lossy().to_string()),
),
Expand Down

0 comments on commit a538a38

Please sign in to comment.