ProteoWizard
Functions
MatcherTest.cpp File Reference
#include "Matcher.hpp"

Go to the source code of this file.

Functions

void test ()
int main ()

Function Documentation

void test ( )

Definition at line 30 of file MatcherTest.cpp.

{
Config config;
config.inputPath = "./fractionData/";
config.batchFileName = "fractions_63-90.txt";
// config.searchNeighborhoodCalculator = "naive[.01,500]";
config.normalDistributionSearch = "normalDistribution[3]";
config.warpFunctionCalculator = "piecewiseLinear";
config.generateAMTDatabase = true;
// config.inputPath = "/stf/scratch/atrium/kate/20090112/";
// config.filenames.push_back("20090112-B-JW-BOB2IgY14depleted_Data06_msprefix");
// config.filenames.push_back("20090112-B-JW-BOB2IgY14depleted_Data08_msprefix");
Matcher matcher(config);
}
int main ( )

Definition at line 49 of file MatcherTest.cpp.

References test().

{
test();
return 0;
}