]> git.donarmstrong.com Git - mothur.git/blobdiff - screenseqscommand.cpp
added citation function to commands
[mothur.git] / screenseqscommand.cpp
index 7318f9060cdbf5fa2aa5d23205163c1dfecc048a..b68a8cc8ea0042d53222da781770627c58ff3966 100644 (file)
@@ -94,6 +94,7 @@ ScreenSeqsCommand::ScreenSeqsCommand(string option)  {
                
                //allow user to run help
                if(option == "help") { help(); abort = true; calledHelp = true; }
+               else if(option == "citation") { citation(); abort = true; calledHelp = true;}
                
                else {
                        vector<string> myArray = setParameters();