]> git.donarmstrong.com Git - mothur.git/blobdiff - mergefilecommand.cpp
added citation function to commands
[mothur.git] / mergefilecommand.cpp
index cece52d9cd06b78950f5b197c19d2e9574b7daa8..c944e3bc8774aaa9ccffb712cdda823741c7d2e3 100644 (file)
@@ -64,7 +64,7 @@ MergeFileCommand::MergeFileCommand(string option)  {
                if(option == "help") {
                        help();
                        abort = true; calledHelp = true;
-               }
+               }else if(option == "citation") { citation(); abort = true; calledHelp = true;}
                else {
                        vector<string> myArray = setParameters();