]> git.donarmstrong.com Git - mothur.git/blobdiff - commandfactory.cpp
added mpi code to cluster.split command
[mothur.git] / commandfactory.cpp
index 7de4d06f25ddbb1414aaea8e7f4b8d7f72d25590..0612c6c51977327cbbd8f100f7c1b13d6b18c7da 100644 (file)
@@ -166,7 +166,6 @@ CommandFactory::CommandFactory(){
        commands["clearcut"]                    = "clearcut";
        commands["catchall"]                    = "catchall";
        commands["split.abund"]                 = "split.abund";
-       commands["cluster.split"]               = "cluster.split";
        commands["classify.otu"]                = "classify.otu";
        commands["degap.seqs"]                  = "degap.seqs";
        commands["classify.seqs"]               = "MPIEnabled"; 
@@ -181,6 +180,7 @@ CommandFactory::CommandFactory(){
        commands["chimera.bellerophon"] = "MPIEnabled";
        commands["screen.seqs"]                 = "MPIEnabled";
        commands["summary.seqs"]                = "MPIEnabled";
+       commands["cluster.split"]               = "MPIEnabled";
        commands["quit"]                                = "MPIEnabled"; 
 
 }