]> git.donarmstrong.com Git - mothur.git/blobdiff - trimseqscommand.cpp
worked on trim.seqs - added in the groupfiles for allfiles=t, cleaned up the outputNa...
[mothur.git] / trimseqscommand.cpp
index abfe15a17a18d9e203be7bc4bfaac0fd0e6b4a0f..6aea7d827b5a3acab51a330958fb62bacaaa16d0 100644 (file)
@@ -352,7 +352,6 @@ int TrimSeqsCommand::execute(){
                if (m->control_pressed) {  return 0; }                  
                        
                if(allFiles){
-                       //clear out all old group files
                        map<string, string> uniqueFastaNames;// so we don't add the same groupfile multiple times
                        map<string, string>::iterator it;
                        set<string> namesToRemove;