]> git.donarmstrong.com Git - mothur.git/blobdiff - unifracweightedcommand.cpp
added citation function to commands
[mothur.git] / unifracweightedcommand.cpp
index f868129fd2236a3aca06cf27f2e25b2229013ccf..0570945b71d9c8962c46bec2a58525a1e37a5e6f 100644 (file)
@@ -80,6 +80,7 @@ UnifracWeightedCommand::UnifracWeightedCommand(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();