]> git.donarmstrong.com Git - mothur.git/commitdiff
Merge remote-tracking branch 'mothur/master'
authorPat Schloss <pschloss@umich.edu>
Tue, 1 May 2012 18:01:13 +0000 (14:01 -0400)
committerPat Schloss <pschloss@umich.edu>
Tue, 1 May 2012 18:01:13 +0000 (14:01 -0400)
.gitignore
calculator.h
shhhercommand.cpp
trimflowscommand.h
uchime_src.zip [deleted file]

index 1a3b8bd98ef0ed25aa2dcfd12fa9671e256d0e5d..c1f854e3d6c22d93a5a03c0e365c472a1da46d68 100644 (file)
@@ -1,2 +1,2 @@
 .DS_Store
-/nbproject/private/
\ No newline at end of file
+*.zip
index 2c41329cff33ff7179054969a2595fcb53d2c717..6791d830f01c69492251b6110ebe5ba3d04a50a0 100644 (file)
@@ -100,7 +100,7 @@ class BrokenStick
                void doBStick(vector<double>);
 };
 
-/**************************************************************************************************/
+//**************************************************************************************************/
 /*This Class calculates the geometric series distribution for the data.
 It prints the D-Statistic and the critical values for the Kolmogorov-Smirnov
 1-sample test at the 95% confidence interval.*/
index 89d78288639e6cca3e8eebca34dd01174c3963da..e6b00bac1361284bd803c5ffc92dfcec27e44f8e 100644 (file)
@@ -431,6 +431,8 @@ int ShhherCommand::execute(){
                                
                                if (m->control_pressed) { break; }
                                
+                
+                
                                getOTUData(listFileName);
 
                                m->mothurRemove(distFileName);
@@ -443,6 +445,7 @@ int ShhherCommand::execute(){
 
                                if (m->control_pressed) { break; }
                                
+            
                                for(int i=1;i<ncpus;i++){
                                        MPI_Send(&numOTUs, 1, MPI_INT, i, tag, MPI_COMM_WORLD);
                                        MPI_Send(&singleLookUp[0], singleLookUp.size(), MPI_DOUBLE, i, tag, MPI_COMM_WORLD);
@@ -2448,7 +2451,7 @@ int ShhherCommand::cluster(string filename, string distFileName, string namesFil
                NameAssignment* clusterNameMap = new NameAssignment(namesFileName);
                clusterNameMap->readMap();
                read->read(clusterNameMap);
-               
+        
                ListVector* list = read->getListVector();
                SparseMatrix* matrix = read->getMatrix();
                
index 2594815f6b763a303382f9730bce36e84060b713..414c73cd1d2e6740b89d5200a5c7e7c704097ed6 100644 (file)
@@ -67,7 +67,6 @@ private:
        
        string flowFileName, oligoFileName, outputDir;
 
-
        map<string, int> barcodes;
        map<string, int> primers;
        vector<string> revPrimer;
diff --git a/uchime_src.zip b/uchime_src.zip
deleted file mode 100644 (file)
index d8678a7..0000000
Binary files a/uchime_src.zip and /dev/null differ