libpappsomspp
Library for mass spectrometry
Loading...
Searching...
No Matches
obopsims.h
Go to the documentation of this file.
1/**
2 * \file pappsomspp/obo/obopsims.h
3 * \date 2/10/2024
4 * \author Olivier Langella
5 * \brief OBO PSI:MS file parser
6 **/
7
8/*******************************************************************************
9 * Copyright (c) 2024 Olivier Langella
10 *<Olivier.Langella@universite-paris-saclay.fr>.
11 *
12 * This file is part of the PAPPSOms++ library.
13 *
14 * PAPPSOms++ is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU General Public License as published by
16 * the Free Software Foundation, either version 3 of the License, or
17 * (at your option) any later version.
18 *
19 * PAPPSOms++ is distributed in the hope that it will be useful,
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 * GNU General Public License for more details.
23 *
24 * You should have received a copy of the GNU General Public License
25 * along with PAPPSOms++. If not, see <http://www.gnu.org/licenses/>.
26 *
27 ******************************************************************************/
28
29#pragma once
30
33#include "obopsimodterm.h"
35
36namespace pappso
37{
39{
40 public:
42 virtual ~OboPsiMs();
43
44 private:
47
48 /** @brief starts reading obo file and reports each term with the callback
49 * function
50 */
51 void parse();
52};
53} // namespace pappso
OboPsiModHandlerInterface & m_handler
Definition obopsims.h:46
OboPsiModTerm m_term
Definition obopsims.h:45
void parse()
starts reading obo file and reports each term with the callback function
Definition obopsims.cpp:57
OboPsiMs(OboPsiModHandlerInterface &handler)
Definition obopsims.cpp:43
#define PMSPP_LIB_DECL
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...
Definition aa.cpp:39