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