]> git.donarmstrong.com Git - mothur.git/blobdiff - errorchecking.cpp
added heatmap.sim command and changed heatmap to heatmap.bin
[mothur.git] / errorchecking.cpp
index db16ef377cd67eb9cc5e086bcb1afcd7be31bc40..e77c1663f25d41ba9a20cd22152c7f946a207b95 100644 (file)
@@ -270,9 +270,9 @@ bool ErrorCheck::checkInput(string input) {
                        }
                }
                
-               if ((commandName == "heatmap") || (commandName == "venn")) { 
+               if ((commandName == "heatmap.bin") || (commandName == "venn") || (commandName == "heatmap.sim")) { 
                        if ((globaldata->getListFile() == "") && (globaldata->getSharedFile() == "")) {
-                                cout << "You must read a list, or a list and a group, or a shared before you can use the heatmap or venn commands." << endl; return false; 
+                                cout << "You must read a list, or a list and a group, or a shared before you can use the heatmap.bin, heatmap.sim or venn commands." << endl; return false; 
                        }
                }