Skip to content

Commit

Permalink
Added a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
niekdejonge committed Nov 1, 2023
1 parent 29e973b commit 92ba8a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library_spectra_validation/validation_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def __init__(self):
"require_parent_mass_match_smiles": ["smiles", "parent_mass"]
}
# todo require adduct, precursor mz and parent mass match.
# todo add all the checks for formatting. That everything is filled and of the expected format.
super().__init__(predefined_pipeline=None,
additional_filters=("require_precursor_mz",
"require_valid_annotation",
Expand Down

0 comments on commit 92ba8a3

Please sign in to comment.