]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraperseuscommand.cpp
sffinfo bug with flow grams right index when clipQualRight=0
[mothur.git] / chimeraperseuscommand.cpp
index 842a65ee22fd54c730143cbed94f91688dba8006..f7dc597cf8ca514712bf06f29f2010982d6c03c9 100644 (file)
@@ -469,10 +469,7 @@ ChimeraPerseusCommand::ChimeraPerseusCommand(string option)  {
                        m->mothurConvert(temp, beta);
             
                        temp = validParameter.validFile(parameters, "dereplicate", false);      
-                       if (temp == "not found") { 
-                               if (groupfile != "")    {  temp = "false";                                      }
-                               else                    {  temp = "true";       }
-                       }
+                       if (temp == "not found") { temp = "false";                      }
                        dups = m->isTrue(temp);
                }
        }