]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraslayer.cpp
a few changes to chimera classes
[mothur.git] / chimeraslayer.cpp
index 86ed532490e69f5dd628aa654d85b18c3577f5ec..0b7c2211668ec950401dcd00f8533cd7f5af9404 100644 (file)
@@ -38,7 +38,7 @@ void ChimeraSlayer::print(ostream& out) {
                                        out << querySeqs[i]->getName() << "\tyes" << endl;
                                }else {
                                        out << querySeqs[i]->getName() << "\tno" << endl;
-                                       mothurOut(querySeqs[i]->getName() + "\tno"); mothurOutEndLine();
+                                       //mothurOut(querySeqs[i]->getName() + "\tno"); mothurOutEndLine();
                                }
 
                                printBlock(chimeraResults[i][0], out, i);
@@ -46,7 +46,7 @@ void ChimeraSlayer::print(ostream& out) {
                                out << endl;
                        }else{
                                out << querySeqs[i]->getName() << "\tno" << endl;
-                               mothurOut(querySeqs[i]->getName() + "\tno"); mothurOutEndLine();
+                               //mothurOut(querySeqs[i]->getName() + "\tno"); mothurOutEndLine();
                        }
                }
                                
@@ -212,8 +212,6 @@ void ChimeraSlayer::getChimeras() {
                if (seqMask != "") {
                        delete decalc; 
                }
-
-                       
        }
        catch(exception& e) {
                errorOut(e, "ChimeraSlayer", "getChimeras");