]> git.donarmstrong.com Git - mothur.git/blobdiff - nmdscommand.cpp
added citation function to commands
[mothur.git] / nmdscommand.cpp
index 3f8e34249c3d15c94709262fd252db1b525c820a..4567dbba1e7b0b16e88f496307ef3cb7ff3a8650 100644 (file)
@@ -77,6 +77,7 @@ NMDSCommand::NMDSCommand(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();