Skip to content

Commit

Permalink
Merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
douweschulte committed Jan 20, 2025
1 parent df2f277 commit be8206f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions rustyms/src/identification/identified_peptide.rs
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,7 @@ impl IdentifiedPeptide {
| MetaData::DeepNovoFamily(_)
| MetaData::InstaNovo(_)
| MetaData::PowerNovo(_)
| MetaData::SpectrumSequenceList(_)
| MetaData::PepNet(_) => None,
}
}
Expand All @@ -630,6 +631,7 @@ impl IdentifiedPeptide {
| MetaData::Fasta(_)
| MetaData::PowerNovo(_)
| MetaData::DeepNovoFamily(_)
| MetaData::SpectrumSequenceList(_)
| MetaData::InstaNovo(_)
| MetaData::PepNet(_) => None,
}
Expand Down Expand Up @@ -666,6 +668,7 @@ impl IdentifiedPeptide {
| MetaData::NovoB(_)
| MetaData::Fasta(_)
| MetaData::PowerNovo(_)
| MetaData::SpectrumSequenceList(_)
| MetaData::PepNet(_) => None,
}
}
Expand Down
2 changes: 1 addition & 1 deletion rustyms/src/identification/instanovo.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::{
error::CustomError,
identification::{IdentifiedPeptide, IdentifiedPeptideSource, MetaData},
modification::{Ontology, SimpleModification},
modification::Ontology,
ontologies::CustomDatabase,
system::{usize::Charge, MassOverCharge},
Peptidoform, SemiAmbiguous, SloppyParsingParameters,
Expand Down

0 comments on commit be8206f

Please sign in to comment.