]> git.donarmstrong.com Git - mothur.git/blobdiff - screenseqscommand.cpp
added clearcut source to mothur, fixed mislabeled sharedcalcs
[mothur.git] / screenseqscommand.cpp
index d98a4cfc9f5bd27847f342434a7fda7ad817741a..1b3cc93f6939044c7931e3db4cafacfa8e617411 100644 (file)
@@ -421,7 +421,7 @@ int ScreenSeqsCommand::screenNameGroupFile(set<string> badSeqNames){
                outputNames.push_back(goodNameFile); 
                
                ofstream goodNameOut;   m->openOutputFile(goodNameFile, goodNameOut);
-               
+       
                while(!inputNames.eof()){
                        if (m->control_pressed) { goodNameOut.close();  inputNames.close(); remove(goodNameFile.c_str());  return 0; }
 
@@ -449,7 +449,7 @@ int ScreenSeqsCommand::screenNameGroupFile(set<string> badSeqNames){
                }
                inputNames.close();
                goodNameOut.close();
-               
+       
                //we were unable to remove some of the bad sequences
                if (badSeqNames.size() != 0) {
                        for (it = badSeqNames.begin(); it != badSeqNames.end(); it++) {