]> git.donarmstrong.com Git - mothur.git/blobdiff - makefastqcommand.cpp
added citation function to commands
[mothur.git] / makefastqcommand.cpp
index b4c0e8c04d85357ff9bbe2de8008ced7d70186c9..2dd45a542665c71a1221adca4eed77d9c1bb65f5 100644 (file)
@@ -65,6 +65,7 @@ MakeFastQCommand::MakeFastQCommand(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();