]> git.donarmstrong.com Git - mothur.git/blobdiff - treegroupscommand.cpp
added citation function to commands
[mothur.git] / treegroupscommand.cpp
index 5d7df3440439c469f3311073d2237b87272e79e6..b5849d3a0d23f49951161ab3c0bde4abd9af86d1 100644 (file)
@@ -125,6 +125,7 @@ TreeGroupCommand::TreeGroupCommand(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();