]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraccodecommand.cpp
added citation function to commands
[mothur.git] / chimeraccodecommand.cpp
index d9dfe16d68340a53468845daeab06bc5fdc3728a..df4e67db118462e1115857331c7adcc4551a272c 100644 (file)
@@ -82,6 +82,7 @@ ChimeraCcodeCommand::ChimeraCcodeCommand(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();