X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitmatrix.cpp;fp=splitmatrix.cpp;h=13b4bd46b6cb487f91344a678fa94bbc8552fbea;hb=d4cd876bd09bfa1bcb137261700eae79f9e41fc0;hp=ec71e5bfd0090b1172d50403a6b54903a030c3f4;hpb=89f19f9c6ab89c2f6c7c6921a328ae87bce6f8e3;p=mothur.git diff --git a/splitmatrix.cpp b/splitmatrix.cpp index ec71e5b..13b4bd4 100644 --- a/splitmatrix.cpp +++ b/splitmatrix.cpp @@ -182,7 +182,7 @@ int SplitMatrix::createDistanceFilesFromTax(map& seqGroup, int numG //process each distance file for (int i = 0; i < numGroups; i++) { - string options = "fasta=" + (fastafile + "." + toString(i) + ".temp") + ", processors=" + toString(1) + ", cutoff=" + toString(distCutoff); + string options = "fasta=" + (fastafile + "." + toString(i) + ".temp") + ", processors=" + toString(processors) + ", cutoff=" + toString(distCutoff); Command* command = new DistanceCommand(options); command->execute();