]> git.donarmstrong.com Git - mothur.git/blobdiff - parsefastaqcommand.cpp
added citation function to commands
[mothur.git] / parsefastaqcommand.cpp
index 75d6fa01be65bcccf8f176bfd29dcce843efc0e3..1033ba5d5dd3a64b001e2e8bc120b792df02e824 100644 (file)
@@ -62,6 +62,7 @@ ParseFastaQCommand::ParseFastaQCommand(string option){
                abort = false; calledHelp = false;   
                
                if(option == "help") {  help(); abort = true; calledHelp = true; }
+               else if(option == "citation") { citation(); abort = true; calledHelp = true;}
                
                else {
                        vector<string> myArray = setParameters();