]> git.donarmstrong.com Git - mothur.git/blobdiff - pcoacommand.cpp
added citation function to commands
[mothur.git] / pcoacommand.cpp
index 607256bc108d33f1b1b869bd3250c49900f385c6..5d917372e5f88a5a45b762efc57ab388d80a4ebc 100644 (file)
@@ -69,6 +69,7 @@ PCOACommand::PCOACommand(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();