]> git.donarmstrong.com Git - mothur.git/blobdiff - listseqscommand.cpp
bug fixes
[mothur.git] / listseqscommand.cpp
index 360e1955bab31055c4ad06f71c933a4228058386..406085728838262b79100a70133600639e6c47a2 100644 (file)
@@ -259,7 +259,7 @@ int ListSeqsCommand::readFasta(){
                ifstream in;
                m->openInputFile(fastafile, in);
                string name;
-       
+               
                while(!in.eof()){
                        
                        if (m->control_pressed) { in.close(); return 0; }
@@ -444,6 +444,7 @@ int ListSeqsCommand::readTax(){
                        names.push_back(firstCol);
                        
                        m->gobble(in);
+                       
                }
                in.close();