#include <OpenMS/KERNEL/StandardTypes.h>
#include <OpenMS/FORMAT/MzMLFile.h>
#include <OpenMS/FORMAT/FeatureXMLFile.h>
#include <OpenMS/KERNEL/MSExperiment.h>
#include <OpenMS/KERNEL/FeatureMap.h>
#include <OpenMS/DATASTRUCTURES/ListUtilsIO.h>
#include <OpenMS/CONCEPT/Constants.h>
#include <OpenMS/APPLICATIONS/TOPPBase.h>
#include <OpenMS/FILTERING/TRANSFORMERS/Normalizer.h>
#include <OpenMS/FORMAT/IdXMLFile.h>
#include <OpenMS/ANALYSIS/RNPXL/RNPxlModificationsGenerator.h>
#include <QtCore/QStringList>
#include <QtCore/QProcess>
#include <QtCore/QObject>
#include <QFileInfo>
#include <algorithm>
#include <numeric>
#include <iostream>
#include <iomanip>
#include <fstream>
|
int | main (int argc, const char **argv) |
|
#define RT_FACTOR 10000000 |
#define RT_FACTOR_PRECISION 1000 |
#define RT_MODULO_FACTOR 10000 |
int main |
( |
int |
argc, |
|
|
const char ** |
argv |
|
) |
| |