]> git.donarmstrong.com Git - mothur.git/blobdiff - validcommands.cpp
fixed some bugs
[mothur.git] / validcommands.cpp
index 4c72dceaf26d73d8d030641c33ab48d699f495a6..ec60b3b974ad832be1b71092bf3cfbdf9bf28e71 100644 (file)
@@ -17,11 +17,12 @@ ValidCommands::ValidCommands() {
                commands["read.dist"]                   = "read.dist"; 
                commands["read.otu"]                    = "read.otu";
                commands["read.tree"]                   = "read.tree"; 
-               commands["read.seqs"]           = "read.seqs";
                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"; 
@@ -38,10 +39,15 @@ ValidCommands::ValidCommands() {
                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["quit"]                                = "quit";