]> git.donarmstrong.com Git - mothur.git/blobdiff - phylotypecommand.cpp
added citation function to commands
[mothur.git] / phylotypecommand.cpp
index 70f2b2f4e93df4af17aabdd804103a99ef696cf6..c03fcc1ac133572fc7d821816edadc0b1fc32ecb 100644 (file)
@@ -76,6 +76,7 @@ PhylotypeCommand::PhylotypeCommand(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();