]> git.donarmstrong.com Git - mothur.git/blobdiff - validcommands.cpp
addition of summary.seq command [pds]
[mothur.git] / validcommands.cpp
index 1ccb8fca51577674af1ecb2fa5fe895655330654..544933c804abcf2d1aa372936352d9c476aac838 100644 (file)
@@ -17,22 +17,35 @@ ValidCommands::ValidCommands() {
                commands["read.dist"]                   = "read.dist"; 
                commands["read.otu"]                    = "read.otu";
                commands["read.tree"]                   = "read.tree"; 
+               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["dist.seqs"]                   = "dist.seqs";
+               commands["dist.shared"]                 = "dist.shared";
                commands["collect.single"]              = "collect.single"; 
                commands["collect.shared"]              = "collect.shared"; 
-               commands["get.group"]           = "get.group";
-               commands["get.label"]           = "get.label";
-               commands["get.line"]            = "get.line";
                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["concensus"]                   = "concensus";
+               commands["help"]                                = "help"; 
+               commands["filter.seqs"]                 = "filter.seqs";
+               commands["align.seqs"]                  = "align.seqs";
+               commands["summary.seqs"]                = "summary.seqs";
+               commands["quit"]                                = "quit"; 
 
                                
        }