Go to the documentation of this file.
28 using namespace pwiz::identdata;
32 "Mascot_MSMS_example.mzid",
33 "omssa_example_full.mzid",
34 "Mascot_mzml_example.mzid",
36 "Mascot_N15_example.mzid",
37 "Sequest_example.mzid",
38 "Mascot_NA_example.mzid",
40 "Mascot_top_down_example.mzid",
41 "xtandem_example_full.mzid",
45 void testFile(
const string& inFilepath,
const string& outFilepath)
47 cout <<
"reading file in from " << inFilepath << endl;
50 cout <<
"writing file out to " << outFilepath << endl;
51 mzid.
write(outFilepath);
56 int main(
int argc,
char* argv[])
66 cout <<
"only have " << argc <<
" arguments:\n";
67 for(
int i=0; i<argc; i++)
68 cout << argv[i] << endl;
71 cout <<
"\nhttp://proteowizard.sourceforge.net\n"
72 <<
"support@proteowizard.org\n";