From 98ea55ba2d46a429f031086b4b3272780d0ec894 Mon Sep 17 00:00:00 2001 From: westcott Date: Fri, 18 Sep 2009 12:19:52 +0000 Subject: [PATCH] removing extra file output from pintail --- pintail.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pintail.cpp b/pintail.cpp index 5f575f2..7ae3ff6 100644 --- a/pintail.cpp +++ b/pintail.cpp @@ -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 == "") { -- 2.39.2