]> git.donarmstrong.com Git - mothur.git/blobdiff - makegroupcommand.cpp
added citation function to commands
[mothur.git] / makegroupcommand.cpp
index 7ca4aa64d28f9ec23bcc93c37e42c753ef6a8137..e7704642874d050a3de7625a28ed3fae390fe653 100644 (file)
@@ -69,6 +69,7 @@ MakeGroupCommand::MakeGroupCommand(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();