]> git.donarmstrong.com Git - mothur.git/blobdiff - getsabundcommand.cpp
added citation function to commands
[mothur.git] / getsabundcommand.cpp
index 820868416b7bfc9bebcc27c8f73c24c6ddb7bbb4..3f6413606193afed8b5e2b7f6e89d77c20ef4ce4 100644 (file)
@@ -67,6 +67,7 @@ GetSAbundCommand::GetSAbundCommand(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();