X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=commandfactory.cpp;h=32d42113d60a997b2404053bf0de39c68a28c71a;hb=8699fd2c88f10abda5fe32c89be061a89d673fd6;hp=8d78d63e529a96e74a5a1205f68caa6ad5d75398;hpb=89d6711c2beed6ee75fb00e5e57f1a91564d3e89;p=mothur.git diff --git a/commandfactory.cpp b/commandfactory.cpp index 8d78d63..32d4211 100644 --- a/commandfactory.cpp +++ b/commandfactory.cpp @@ -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"; }