]> git.donarmstrong.com Git - mothur.git/blobdiff - unifracunweightedcommand.cpp
added citation function to commands
[mothur.git] / unifracunweightedcommand.cpp
index a9ca4d01260340fbdc08ccf423c6022f8dd5abbc..8ec2d06e75d3980b42cb9980ca1631a978418429 100644 (file)
@@ -80,6 +80,7 @@ UnifracUnweightedCommand::UnifracUnweightedCommand(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();