]> git.donarmstrong.com Git - mothur.git/blobdiff - getcurrentcommand.cpp
added citation function to commands
[mothur.git] / getcurrentcommand.cpp
index 5f5235647d28168d4ca187189d5911266a24c71a..12dcc82ff6a1bfb1a105d3d6deac903e855cea9b 100644 (file)
@@ -59,6 +59,7 @@ GetCurrentCommand::GetCurrentCommand(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();