]> git.donarmstrong.com Git - mothur.git/blobdiff - venncommand.cpp
added citation function to commands
[mothur.git] / venncommand.cpp
index c6d534e1d8eaae7997c88cd95b700755b211ddb9..fb0560b38d6c5659fc7ae8b88af2160e6b479191 100644 (file)
@@ -87,6 +87,7 @@ VennCommand::VennCommand(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();