From: westcott Date: Fri, 18 Sep 2009 12:19:52 +0000 (+0000) Subject: removing extra file output from pintail X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=commitdiff_plain;h=98ea55ba2d46a429f031086b4b3272780d0ec894 removing extra file output from pintail --- 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 == "") {