Skip to content

Commit 0791438

Browse files
remove simple pair finder (OpenMS#7411)
* remove simple pair finder * remoe test
1 parent 11d5e4c commit 0791438

File tree

10 files changed

+0
-496
lines changed

10 files changed

+0
-496
lines changed

doc/doxygen/parameters/DefaultParamHandlerDocumenter.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
#include <OpenMS/ANALYSIS/MAPMATCHING/PoseClusteringAffineSuperimposer.h>
3838
#include <OpenMS/ANALYSIS/MAPMATCHING/PoseClusteringShiftSuperimposer.h>
3939
#include <OpenMS/ANALYSIS/MAPMATCHING/QTClusterFinder.h>
40-
#include <OpenMS/ANALYSIS/MAPMATCHING/SimplePairFinder.h>
4140
#include <OpenMS/ANALYSIS/MAPMATCHING/StablePairFinder.h>
4241
#include <OpenMS/ANALYSIS/MRM/MRMFragmentSelection.h>
4342
#include <OpenMS/ANALYSIS/OPENSWATH/DIAPrescoring.h>
@@ -430,7 +429,6 @@ int main(int argc, char** argv)
430429
DOCME(QTClusterFinder);
431430
DOCME(SavitzkyGolayFilter);
432431
DOCME(LowessSmoothing);
433-
DOCME(SimplePairFinder);
434432
DOCME(SimpleSVM);
435433
DOCME(SONARScoring);
436434
DOCME(StablePairFinder);

src/openms/include/OpenMS/ANALYSIS/MAPMATCHING/SimplePairFinder.h

-113
This file was deleted.

src/openms/include/OpenMS/ANALYSIS/MAPMATCHING/sources.cmake

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ MapAlignmentTransformer.h
2727
PoseClusteringAffineSuperimposer.h
2828
PoseClusteringShiftSuperimposer.h
2929
QTClusterFinder.h
30-
SimplePairFinder.h
3130
StablePairFinder.h
3231
TransformationDescription.h
3332
TransformationModel.h

src/openms/source/ANALYSIS/MAPMATCHING/BaseGroupFinder.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
// --------------------------------------------------------------------------
88

99
#include <OpenMS/ANALYSIS/MAPMATCHING/BaseGroupFinder.h>
10-
#include <OpenMS/ANALYSIS/MAPMATCHING/SimplePairFinder.h>
11-
#include <OpenMS/ANALYSIS/MAPMATCHING/LabeledPairFinder.h>
12-
#include <OpenMS/ANALYSIS/MAPMATCHING/StablePairFinder.h>
13-
#include <OpenMS/ANALYSIS/MAPMATCHING/QTClusterFinder.h>
1410

1511
namespace OpenMS
1612
{

src/openms/source/ANALYSIS/MAPMATCHING/SimplePairFinder.cpp

-164
This file was deleted.

src/openms/source/ANALYSIS/MAPMATCHING/sources.cmake

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ MapAlignmentTransformer.cpp
2727
PoseClusteringAffineSuperimposer.cpp
2828
PoseClusteringShiftSuperimposer.cpp
2929
QTClusterFinder.cpp
30-
SimplePairFinder.cpp
3130
StablePairFinder.cpp
3231
TransformationDescription.cpp
3332
TransformationModel.cpp

src/pyOpenMS/pxds/SimplePairFinder.pxd

-22
This file was deleted.

src/tests/class_tests/openms/executables.cmake

-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,6 @@ set(analysis_executables_list
542542
QuantitativeExperimentalDesign_test
543543
ReactionMonitoringTransition_test
544544
SimpleSearchEngineAlgorithm_test
545-
SimplePairFinder_test
546545
SimpleSVM_test
547546
StablePairFinder_test
548547
PercolatorFeatureSetHelper_test

0 commit comments

Comments
 (0)