]> git.donarmstrong.com Git - mothur.git/blobdiff - screenseqscommand.cpp
pat's mods to morisitahorn and pre.cluster
[mothur.git] / screenseqscommand.cpp
index 9225e992bab6e17d0c3228cc36ced9a2505933e7..32426f3092d17468aa2f2599528f915423954376 100644 (file)
@@ -151,6 +151,7 @@ int ScreenSeqsCommand::execute(){
                        gobble(inFASTA);
                }       
                if(namefile != "" && groupfile != "")   {       screenNameGroupFile(badSeqNames);       }       // this screens both names and groups
+               else if(namefile != "")                                 {       screenNameGroupFile(badSeqNames);       }
                else if(groupfile != "")                                {       screenGroupFile(badSeqNames);           }       // this screens just the groups
                if(alignreport != "")                                   {       screenAlignReport(badSeqNames);         }