![]() |
OpenMS
|
Loads Ribonucleotide data from a tab-separated values (TSV) file. More...
#include <OpenMS/CHEMISTRY/RibonucleotideTSVDataProvider.h>
Public Member Functions | |
| RibonucleotideTSVDataProvider (const String &filename) | |
| std::vector< RibonucleotideEntry > | loadRibonucleotides () override |
| Load ribonucleotides from whatever source this provider wraps. | |
Public Member Functions inherited from RibonucleotideDataProvider | |
| virtual | ~RibonucleotideDataProvider ()=default |
Private Attributes | |
| String | filename_ |
Loads Ribonucleotide data from a tab-separated values (TSV) file.
Parses the legacy TSV format used for custom RNA modifications and returns ribonucleotide entries as RibonucleotideEntry objects.
|
explicit |
| filename | Path to a TSV file (resolved via File::find) |
|
overridevirtual |
Load ribonucleotides from whatever source this provider wraps.
Implements RibonucleotideDataProvider.
|
private |