]> git.donarmstrong.com Git - mothur.git/blobdiff - chimerauchimecommand.cpp
added end of file character to some type type reads. fixes while testing.
[mothur.git] / chimerauchimecommand.cpp
index e82dc1bc8dce5ffd0887025d5816b5eec8d0eab9..3d23a7693818f329ff6ac53cca560998c8a9fc95 100644 (file)
@@ -564,10 +564,7 @@ ChimeraUchimeCommand::ChimeraUchimeCommand(string option)  {
             
             
                        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);