X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=distancecommand.cpp;h=65edcf75366d4096b1256266b05296146c30167b;hb=8dd3c225255d7084e3aff8740aa4f1f1cabb367a;hp=0f067aeab3b6ce1a50ba5e60870b410bbf72ba67;hpb=ba2b95b22ab8947d5583ca2c2da74557870b6861;p=mothur.git diff --git a/distancecommand.cpp b/distancecommand.cpp index 0f067ae..65edcf7 100644 --- a/distancecommand.cpp +++ b/distancecommand.cpp @@ -179,11 +179,11 @@ DistanceCommand::DistanceCommand(string option) { convert(temp, countends); temp = validParameter.validFile(parameters, "cutoff", false); if(temp == "not found"){ temp = "1.0"; } - convert(temp, cutoff); + m->mothurConvert(temp, cutoff); temp = validParameter.validFile(parameters, "processors", false); if (temp == "not found"){ temp = m->getProcessors(); } m->setProcessors(temp); - convert(temp, processors); + m->mothurConvert(temp, processors); temp = validParameter.validFile(parameters, "compress", false); if(temp == "not found"){ temp = "F"; } convert(temp, compress);