]> git.donarmstrong.com Git - mothur.git/blobdiff - amovacommand.cpp
added citation function to commands
[mothur.git] / amovacommand.cpp
index f1e5f61197475b43d52d7dac46dab04cc7f657c2..ad5823b15e108396ee1b0e0977167c8e4f1fbb22 100644 (file)
@@ -50,7 +50,6 @@ string AmovaCommand::getHelpString(){
                exit(1);
        }
 }
-
 //**********************************************************************************************************************
 AmovaCommand::AmovaCommand(){  
        try {
@@ -71,6 +70,7 @@ AmovaCommand::AmovaCommand(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();