]> git.donarmstrong.com Git - mothur.git/blobdiff - clustercommand.cpp
added citation function to commands
[mothur.git] / clustercommand.cpp
index 25ab61b9f7068f7d5a36df3bd2e4596fd0905078..16348c8d324a962ca336c82a2ad303f156cde9e3 100644 (file)
@@ -75,6 +75,7 @@ ClusterCommand::ClusterCommand(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();