]> git.donarmstrong.com Git - mothur.git/blobdiff - listseqscommand.cpp
paralellized unifrac.weighted for windows. added get.metacommunity command. fixed...
[mothur.git] / listseqscommand.cpp
index 8a1effeb7deaf02f6931633f1abfc41f355a9957..d10dfb4935c390d0353976eeb5c182340519ebfb 100644 (file)
@@ -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();