]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapcommand.cpp
added citation function to commands
[mothur.git] / heatmapcommand.cpp
index 2da1d245eb8a0241b50aad874388fe83b5be72c8..cf5140a1c7a03db5603cd2358ea7797ea80701f6 100644 (file)
@@ -83,6 +83,7 @@ HeatMapCommand::HeatMapCommand(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();