]> git.donarmstrong.com Git - mothur.git/blobdiff - distancecommand.cpp
added citation function to commands
[mothur.git] / distancecommand.cpp
index 1be3552ee3d5f637f2cf17edda02695375400809..34206a9460bf21eac543ee3d91031f8fe4af96ad 100644 (file)
@@ -85,6 +85,7 @@ DistanceCommand::DistanceCommand(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();