]> git.donarmstrong.com Git - mothur.git/blobdiff - removeseqscommand.cpp
added shared file type to get.groups and remove.groups
[mothur.git] / removeseqscommand.cpp
index abd3c23eaadb0001b518ac226e34148a9bcb2f07..59c9b348ba1af9b719f35ae12a249265c7fe9662 100644 (file)
@@ -450,6 +450,9 @@ int RemoveSeqsCommand::readList(){
                int removedCount = 0;
                
                while(!in.eof()){
+                       
+                       removedCount = 0;
+                       
                        //read in list vector
                        ListVector list(in);