]> git.donarmstrong.com Git - mothur.git/blobdiff - matrixoutputcommand.cpp
added citation function to commands
[mothur.git] / matrixoutputcommand.cpp
index 5dfba366b1247956a2b2c655a8bf790b902e9ba1..4ea8f021d3046a3f25be73b201869a73b98898ce 100644 (file)
@@ -115,6 +115,7 @@ MatrixOutputCommand::MatrixOutputCommand(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();