X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=screenseqscommand.cpp;h=ed71559fba582e8d5a696621ab943a4851579704;hb=64eee3a595ae53817f52807d7393b22e74e31f56;hp=3ad84795d784b5a633351021999159d01940ffdb;hpb=986663e2220f6b043ee83d1699cfa081dc49cbed;p=mothur.git diff --git a/screenseqscommand.cpp b/screenseqscommand.cpp index 3ad8479..ed71559 100644 --- a/screenseqscommand.cpp +++ b/screenseqscommand.cpp @@ -18,11 +18,11 @@ ScreenSeqsCommand::ScreenSeqsCommand(){ if(globaldata->getFastaFile() == "") { cout << "you must provide a fasta formatted file" << 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 ScreenSeqsCommand class Function ScreenSeqsCommand. 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 ScreenSeqsCommand class function ScreenSeqsCommand. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; exit(1); } } @@ -83,11 +83,11 @@ int ScreenSeqsCommand::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 ScreenSeqsCommand 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 ScreenSeqsCommand class function execute. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; exit(1); }