]> git.donarmstrong.com Git - mothur.git/blobdiff - secondarystructurecommand.cpp
added citation function to commands
[mothur.git] / secondarystructurecommand.cpp
index d33805e42b2ac77233b919ced26627d36caf82aa..2b84cc365d4796363bd3e4c5612abb246cfc5aab 100644 (file)
@@ -66,6 +66,7 @@ AlignCheckCommand::AlignCheckCommand(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();