]> git.donarmstrong.com Git - mothur.git/blobdiff - mgclustercommand.cpp
added citation function to commands
[mothur.git] / mgclustercommand.cpp
index 945d116c035d663eff0a3bc2317fda9ba643b908..5a790afd45bbfcc2c92d23827aa58a184f257cee 100644 (file)
@@ -82,6 +82,7 @@ MGClusterCommand::MGClusterCommand(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();