]> git.donarmstrong.com Git - mothur.git/blobdiff - validcommands.cpp
added bootstrap.shared command and fixed some bugs with heatmap
[mothur.git] / validcommands.cpp
index 79b09d38dbad7325c8bbbff8e352a17d0ddaeaba..696214e236be1b44cfc63335ee9caecc96249ea8 100644 (file)
@@ -17,20 +17,29 @@ ValidCommands::ValidCommands() {
                commands["read.dist"]                   = "read.dist"; 
                commands["read.otu"]                    = "read.otu";
                commands["read.tree"]                   = "read.tree"; 
-               commands["read.shared"]                 = "read.shared";
+               commands["bin.seqs"]                    = "bin.seqs"; 
+               commands["get.oturep"]                  = "get.oturep";
                commands["cluster"]                             = "cluster"; 
                commands["deconvolute"]                 = "deconvolute"; 
-               commands["parsimony"]                   = "parsimony";
-               commands["help"]                                = "help"; 
-               commands["quit"]                                = "quit"; 
                commands["collect.single"]              = "collect.single"; 
                commands["collect.shared"]              = "collect.shared"; 
                commands["rarefaction.single"]  = "rarefaction.single"; 
                commands["rarefaction.shared"]  = "rarefaction.shared"; 
                commands["summary.single"]              = "summary.single"; 
                commands["summary.shared"]              = "summary.shared"; 
+               commands["parsimony"]                   = "parsimony";
                commands["unifrac.weighted"]    = "unifrac.weighted"; 
                commands["unifrac.unweighted"]  = "unifrac.unweighted"; 
+               commands["libshuff"]                    = "libshuff";
+               commands["tree.shared"]                 = "tree.shared";
+               commands["heatmap"]                             = "heatmap";
+               commands["venn"]                                = "venn";
+               commands["get.group"]           = "get.group";
+               commands["get.label"]           = "get.label";
+               commands["get.line"]            = "get.line";
+               commands["bootstrap.shared"]    = "bootstrap.shared";
+               commands["help"]                                = "help"; 
+               commands["quit"]                                = "quit"; 
 
                                
        }