]> git.donarmstrong.com Git - mothur.git/blobdiff - clusterfragmentscommand.cpp
added citation function to commands
[mothur.git] / clusterfragmentscommand.cpp
index c51a96a0f7de2cd8f10950e7724678b8c01fa71a..2e37e7caedc35b67609e7c27e263261abd6f88f9 100644 (file)
@@ -87,6 +87,7 @@ ClusterFragmentsCommand::ClusterFragmentsCommand(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();