]> git.donarmstrong.com Git - mothur.git/blobdiff - validcommands.cpp
added trim.seqs command
[mothur.git] / validcommands.cpp
index bc9f62c089bdfdded2181dcb53be18e7d37e71c4..936e706071aaa2dea1cd775e62c9e9ce264b41e8 100644 (file)
@@ -20,7 +20,9 @@ ValidCommands::ValidCommands() {
                commands["bin.seqs"]                    = "bin.seqs"; 
                commands["get.oturep"]                  = "get.oturep";
                commands["cluster"]                             = "cluster"; 
-               commands["deconvolute"]                 = "deconvolute"; 
+               commands["unique.seqs"]                 = "unique.seqs"; 
+               commands["dist.seqs"]                   = "dist.seqs";
+               commands["dist.shared"]                 = "dist.shared";
                commands["collect.single"]              = "collect.single"; 
                commands["collect.shared"]              = "collect.shared"; 
                commands["rarefaction.single"]  = "rarefaction.single"; 
@@ -31,13 +33,23 @@ ValidCommands::ValidCommands() {
                commands["unifrac.weighted"]    = "unifrac.weighted"; 
                commands["unifrac.unweighted"]  = "unifrac.unweighted"; 
                commands["libshuff"]                    = "libshuff";
-               commands["tree.groups"]                 = "tree.groups";
+               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["get.sabund"]          = "get.sabund";
+               commands["get.rabund"]          = "get.rabund";
+               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["screen.seqs"]                 = "screen.seqs";
+               commands["reverse.seqs"]                = "reverse.seqs";
+               commands["trim.seqs"]                   = "trim.seqs";
                commands["quit"]                                = "quit";