]> git.donarmstrong.com Git - mothur.git/blobdiff - splitabundcommand.cpp
added citation function to commands
[mothur.git] / splitabundcommand.cpp
index 9c514a9371ae37a24114c3eacf59424733040cfc..ba59dfe66e1b333f88317542e3a17844ac6d558e 100644 (file)
@@ -82,7 +82,7 @@ SplitAbundCommand::SplitAbundCommand(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();