X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=commandfactory.cpp;h=0612c6c51977327cbbd8f100f7c1b13d6b18c7da;hb=2bb20fb79f19b8bda48492d89f8e8b7389431413;hp=7de4d06f25ddbb1414aaea8e7f4b8d7f72d25590;hpb=af2ce19e213e5191f8c9fac4061e43f6e31a7fbf;p=mothur.git diff --git a/commandfactory.cpp b/commandfactory.cpp index 7de4d06..0612c6c 100644 --- a/commandfactory.cpp +++ b/commandfactory.cpp @@ -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"; }