X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=listseqscommand.cpp;h=d10dfb4935c390d0353976eeb5c182340519ebfb;hb=2cfb747aa8f63bde9c1114001e6d2e81ccd26178;hp=8a1effeb7deaf02f6931633f1abfc41f355a9957;hpb=deba0af0ccdcb6005ed5b2b82649b137c63fbdf7;p=mothur.git diff --git a/listseqscommand.cpp b/listseqscommand.cpp index 8a1effe..d10dfb4 100644 --- a/listseqscommand.cpp +++ b/listseqscommand.cpp @@ -297,7 +297,7 @@ int ListSeqsCommand::readFasta(){ //ofstream out; //string newFastaName = outputDir + m->getRootName(m->getSimpleName(fastafile)) + "numsAdded.fasta"; //m->openOutputFile(newFastaName, out); - //int count = 1; + int count = 1; //string lastName = ""; while(!in.eof()){ @@ -310,7 +310,7 @@ int ListSeqsCommand::readFasta(){ if (name != "") { names.push_back(name); } m->gobble(in); - //count++; + if (m->debug) { count++; cout << "[DEBUG]: count = " + toString(count) + ", name = " + currSeq.getName() + "\n"; } } in.close(); //out.close();