X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=seqsummarycommand.cpp;h=3787cef08a3fd8b6d142d915ed0b79e7698539ae;hb=64eee3a595ae53817f52807d7393b22e74e31f56;hp=2f24da59b666e9984629df15f730b0ad1e541ab3;hpb=986663e2220f6b043ee83d1699cfa081dc49cbed;p=mothur.git diff --git a/seqsummarycommand.cpp b/seqsummarycommand.cpp index 2f24da5..3787cef 100644 --- a/seqsummarycommand.cpp +++ b/seqsummarycommand.cpp @@ -18,11 +18,11 @@ SeqSummaryCommand::SeqSummaryCommand(){ if(globaldata->getFastaFile() == "") { cout << "you need to at least enter a fasta file name" << endl; } } catch(exception& e) { - cout << "Standard Error: " << e.what() << " has occurred in the SeqCoordCommand class Function SeqCoordCommand. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + cout << "Standard Error: " << e.what() << " has occurred in the SeqSummaryCommand class Function SeqSummaryCommand. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; exit(1); } catch(...) { - cout << "An unknown error has occurred in the SeqCoordCommand class function SeqCoordCommand. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + cout << "An unknown error has occurred in the SeqSummaryCommand class function SeqSummaryCommand. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; exit(1); } } @@ -97,11 +97,11 @@ int SeqSummaryCommand::execute(){ return 0; } catch(exception& e) { - cout << "Standard Error: " << e.what() << " has occurred in the FilterSeqsCommand class Function execute. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + cout << "Standard Error: " << e.what() << " has occurred in the SeqSummaryCommand class Function execute. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; exit(1); } catch(...) { - cout << "An unknown error has occurred in the FilterSeqsCommand class function execute. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + cout << "An unknown error has occurred in the SeqSummaryCommand class function execute. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; exit(1); }