]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactsharedcommand.cpp
added citation function to commands
[mothur.git] / rarefactsharedcommand.cpp
index fb5527a03faa02c913e48a583e0a32705932ec45..0292cba70c536b38049dc943957127ec9a0cb95f 100644 (file)
@@ -81,6 +81,7 @@ RareFactSharedCommand::RareFactSharedCommand(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();