]> git.donarmstrong.com Git - mothur.git/commitdiff
cluster.split fix
authorwestcott <westcott>
Mon, 8 Nov 2010 11:58:26 +0000 (11:58 +0000)
committerwestcott <westcott>
Mon, 8 Nov 2010 11:58:26 +0000 (11:58 +0000)
Mothur.xcodeproj/project.pbxproj
mothur
splitmatrix.cpp

index 855dad891d3b9b4e3b0422e57a3a5be488aa3c12..1c282d96b81dd6ee49eb177225076ffa91ef8894 100644 (file)
                        };
                        buildConfigurationList = 1DEB919308733D9F0010E9CD /* Build configuration list for PBXProject "Mothur" */;
                        compatibilityVersion = "Xcode 3.0";
+                       developmentRegion = English;
                        hasScannedForEncodings = 1;
                        knownRegions = (
                                English,
diff --git a/mothur b/mothur
index cd2cdd584c4f689d352be463a832e46296d7badb..5b2897bf929025c213710269df8eb49372369223 100755 (executable)
Binary files a/mothur and b/mothur differ
index ec71e5bfd0090b1172d50403a6b54903a030c3f4..13b4bd46b6cb487f91344a678fa94bbc8552fbea 100644 (file)
@@ -182,7 +182,7 @@ int SplitMatrix::createDistanceFilesFromTax(map<string, int>& 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();