]> git.donarmstrong.com Git - mothur.git/blobdiff - mantelcommand.cpp
added citation function to commands
[mothur.git] / mantelcommand.cpp
index 0c0163b538a747ca5b9b4eb82ef57a06ca302b91..c3ab352a0119ad3aad7ee0959b7c387522a642d1 100644 (file)
@@ -69,6 +69,7 @@ MantelCommand::MantelCommand(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();