]> git.donarmstrong.com Git - mothur.git/blobdiff - deconvolutecommand.cpp
added citation function to commands
[mothur.git] / deconvolutecommand.cpp
index 33e51ffdff96a570d2a91d85590b3a2111ddcf63..df97fd88ad471ba97daaa593233d4177f1fe21a2 100644 (file)
@@ -64,6 +64,7 @@ DeconvoluteCommand::DeconvoluteCommand(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();