]> git.donarmstrong.com Git - mothur.git/blobdiff - bootstrapsharedcommand.cpp
added citation function to commands
[mothur.git] / bootstrapsharedcommand.cpp
index 7f7683bd4f3c779203d3e2944885ad65a4369bc9..cc0cfb63f37c4adad6c4965f9e419f0733100ef3 100644 (file)
@@ -78,6 +78,7 @@ BootSharedCommand::BootSharedCommand(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();