]> git.donarmstrong.com Git - mothur.git/blobdiff - mgclustercommand.cpp
removed comments
[mothur.git] / mgclustercommand.cpp
index 42f6d0ad72b7fcc35674b3734664f4c48b2e0fab..06f05192ad1e91a1c85b2de8e986039d82d5c375 100644 (file)
@@ -235,16 +235,16 @@ int MGClusterCommand::execute(){
                read = new ReadBlast(blastfile, cutoff, penalty, length, minWanted, hclusterWanted);
                read->read(nameMap);
         
-//        list = new ListVector(nameMap->getListVector());
-//        RAbundVector* rabund = NULL;
-//        
-//        if(large) {
-//            map<string, int> nameMapCounts = m->readNames(namefile);
-//            createRabund(nameMapCounts);
-//            rabund = &rav;
-//        }else {
-//            rabund = new RAbundVector(list->getRAbundVector());
-//        }
+        list = new ListVector(nameMap->getListVector());
+        RAbundVector* rabund = NULL;
+        
+        if(large) {
+            map<string, int> nameMapCounts = m->readNames(namefile);
+            createRabund(nameMapCounts);
+            rabund = &rav;
+        }else {
+            rabund = new RAbundVector(list->getRAbundVector());
+        }
         
                 
                list = new ListVector(nameMap->getListVector());
@@ -714,22 +714,22 @@ void MGClusterCommand::sortHclusterFiles(string unsortedDist, string unsortedOve
 }
 
 //**********************************************************************************************************************
-//
-//void MGClusterCommand::createRabund(map<string, int> nameMapCounts){
-//    try {
-//        //RAbundVector rav;
-//        map<string,int>::iterator it;
-//        //it = nameMapCounts.begin();
-//        //for(int i = 0; i < list->getNumBins(); i++) {   rav.push_back((*it).second); it++;    }
-//        for ( it=nameMapCounts.begin(); it!=nameMapCounts.end(); it++ ) {    rav.push_back( it->second );    }
-//        //return rav;
-//    }
-//    catch(exception& e) {
-//             m->errorOut(e, "MGClusterCommand", "createRabund");
-//             exit(1);
-//     }
-//    
-//}
+
+void MGClusterCommand::createRabund(map<string, int> nameMapCounts){
+    try {
+        //RAbundVector rav;
+        map<string,int>::iterator it;
+        //it = nameMapCounts.begin();
+        //for(int i = 0; i < list->getNumBins(); i++) {   rav.push_back((*it).second); it++;    }
+        for ( it=nameMapCounts.begin(); it!=nameMapCounts.end(); it++ ) {    rav.push_back( it->second );    }
+        //return rav;
+    }
+    catch(exception& e) {
+               m->errorOut(e, "MGClusterCommand", "createRabund");
+               exit(1);
+       }
+    
+}
 
 //**********************************************************************************************************************