]> git.donarmstrong.com Git - mothur.git/blobdiff - commandfactory.cpp
paralellized summary.seqs and added mpi code to it.
[mothur.git] / commandfactory.cpp
index 8d78d63e529a96e74a5a1205f68caa6ad5d75398..32d42113d60a997b2404053bf0de39c68a28c71a 100644 (file)
@@ -130,8 +130,7 @@ CommandFactory::CommandFactory(){
        commands["get.rabund"]          = "get.rabund";
        commands["bootstrap.shared"]    = "bootstrap.shared";
        //commands["consensus"]                 = "consensus";
-       commands["help"]                                = "help"; 
-       commands["summary.seqs"]                = "summary.seqs";
+       commands["help"]                                = "help";
        commands["reverse.seqs"]                = "reverse.seqs";
        commands["trim.seqs"]                   = "trim.seqs";
        commands["list.seqs"]                   = "list.seqs";
@@ -163,6 +162,7 @@ CommandFactory::CommandFactory(){
        commands["chimera.pintail"]             = "MPIEnabled";
        commands["chimera.bellerophon"] = "MPIEnabled";
        commands["screen.seqs"]                 = "MPIEnabled";
+       commands["summary.seqs"]                = "MPIEnabled";
        commands["quit"]                                = "MPIEnabled"; 
 
 }