X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=collectcommand.cpp;h=88be43b9a283b3313eacb6093ffe4f496c6bc452;hb=4a2d841cb97fb02351022efe9d7068b1dc212bf9;hp=1e2bf2fcd42e771e2b84e7f2d3f93abd2171a15a;hpb=5a86e9e5a5a9e061e17b3ae64fb8881f14e53b8a;p=mothur.git diff --git a/collectcommand.cpp b/collectcommand.cpp index 1e2bf2f..88be43b 100644 --- a/collectcommand.cpp +++ b/collectcommand.cpp @@ -86,7 +86,7 @@ CollectCommand::CollectCommand(string option) { splitAtDash(calc, Estimators); string temp; - temp = validParameter.validFile(parameters, "freq", false); if (temp == "not found") { temp = "0.10"; } + temp = validParameter.validFile(parameters, "freq", false); if (temp == "not found") { temp = "100"; } convert(temp, freq); temp = validParameter.validFile(parameters, "abund", false); if (temp == "not found") { temp = "10"; } @@ -110,7 +110,7 @@ void CollectCommand::help(){ m->mothurOut("The collect.single command can be executed after a successful cluster command. It will use the .list file from the output of the cluster.\n"); m->mothurOut("The collect.single command parameters are label, freq, calc and abund. No parameters are required. \n"); m->mothurOut("The collect.single command should be in the following format: \n"); - m->mothurOut("The freq parameter is used indicate when to output your data. It is a percentage of the number of sequences. By default it is set to 0.10, meaning 10%. \n"); + m->mothurOut("The freq parameter is used indicate when to output your data, by default it is set to 100. But you can set it to a percentage of the number of sequence. For example freq=0.10, means 10%. \n"); m->mothurOut("collect.single(label=yourLabel, iters=yourIters, freq=yourFreq, calc=yourEstimators).\n"); m->mothurOut("Example collect(label=unique-.01-.03, iters=10000, freq=10, calc=sobs-chao-ace-jack).\n"); m->mothurOut("The default values for freq is 100, and calc are sobs-chao-ace-jack-shannon-npshannon-simpson.\n");