]> git.donarmstrong.com Git - mothur.git/blobdiff - classifyotucommand.cpp
added citation function to commands
[mothur.git] / classifyotucommand.cpp
index 5ac7e2c4bd618dac3ce498a0a883ca6722980311..eaf8cc206cebfe6eb1a60b40ff7042ede86ef6bd 100644 (file)
@@ -87,7 +87,8 @@ ClassifyOtuCommand::ClassifyOtuCommand(string option)  {
                //allow user to run help
                if (option == "help") { 
                        help(); abort = true; calledHelp = true;
-               } else {
+               }else if(option == "citation") { citation(); abort = true; calledHelp = true;} 
+               else {
                        vector<string> myArray = setParameters();
                        
                        OptionParser parser(option);