19#ifndef MS_MASCOTFILES_HPP
20#define MS_MASCOTFILES_HPP
26namespace matrix_science {
77 std::string getModifications()
const;
80 void setModifications(
const char* filename);
83 std::string getEnzymes()
const;
86 void setEnzymes(
const char* filename);
89 std::string getFrequencies()
const;
92 void setFrequencies(
const char* filename);
95 std::string getNodeListFile()
const;
98 void setNodeListFile(
const char* filename);
100#ifdef SUPPRESS_MS_CUSTOMPROPERTY_INHERITANCE
101#include "suppress_ms_customproperty.hpp"
106 std::string enzymes_;
108 std::string nodeListFile_;
The class is used as a base for property-containing classes, such as ms_mascotoptions.
Definition: ms_customproperty.hpp:91
Encapsulates the mascot.dat file that contains the most important parameters.
Definition: ms_datfile.hpp:47
An instance of this class contains configuration files paths (except for mascot.dat).
Definition: ms_mascotfiles.hpp:53