]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeracheckcommand.cpp
added citation function to commands
[mothur.git] / chimeracheckcommand.cpp
index c28934c5c525bbe4954b00181b512876d6cee29e..d82a84a1b86ab5643e0416d8d73091ce16b29e23 100644 (file)
@@ -81,6 +81,7 @@ ChimeraCheckCommand::ChimeraCheckCommand(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();