]> git.donarmstrong.com Git - mothur.git/commitdiff
removing extra file output from pintail
authorwestcott <westcott>
Fri, 18 Sep 2009 12:19:52 +0000 (12:19 +0000)
committerwestcott <westcott>
Fri, 18 Sep 2009 12:19:52 +0000 (12:19 +0000)
pintail.cpp

index 5f575f2bc41721e7fc3b52ec7d6fb68163b43131..7ae3ff6dbb96224197dff97db4b435880738d87b 100644 (file)
@@ -146,15 +146,15 @@ void Pintail::getChimeras() {
                        mothurOut("Done."); mothurOutEndLine();
                }else {         createProcessesPairs();         }
                
-string o = "closestmatch.eachgap.fasta";
-ofstream out7;
-openOutputFile(o, out7);
+//string o = "closestmatch.eachgap.fasta";
+//ofstream out7;
+//openOutputFile(o, out7);
 
-for (int i = 0; i < bestfit.size(); i++) {
-       out7 << ">" << querySeqs[i]->getName() << "-"<< bestfit[i]->getName() << endl;
-       out7 << bestfit[i]->getAligned() << endl;
-}              
-out7.close();  
+//for (int i = 0; i < bestfit.size(); i++) {
+       //out7 << ">" << querySeqs[i]->getName() << "-"<< bestfit[i]->getName() << endl;
+       //out7 << bestfit[i]->getAligned() << endl;
+//}            
+//out7.close();        
                //find P
                mothurOut("Getting conservation... "); cout.flush();
                if (consfile == "") {