OpenMS
Loading...
Searching...
No Matches
BedRModFile.h
Go to the documentation of this file.
1// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin
2// SPDX-License-Identifier: BSD-3-Clause
3//
4// --------------------------------------------------------------------------
5// $Maintainer: OpenMS Team $
6// $Authors: OpenMS Team $
7// --------------------------------------------------------------------------
8
9#pragma once
10
11#include <OpenMS/config.h>
14
15namespace OpenMS
16{
25 class OPENMS_DLLAPI BedRModFile
26 {
27 public:
29 BedRModFile() = default;
30
32 ~BedRModFile() = default;
33
42 void store(const String& out_file,
43 const IdentificationData& id_data,
44 const String& chebi_mapping_file = "") const;
45 };
46}
File adapter for bedRMod v2 files.
Definition BedRModFile.h:26
BedRModFile()=default
Default constructor.
void store(const String &out_file, const IdentificationData &id_data, const String &chebi_mapping_file="") const
Store RNA modification sites as bedRMod v2.
~BedRModFile()=default
Destructor.
Definition IdentificationData.h:87
A more convenient string class.
Definition String.h:32
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19