From 0440b8d7614fbbc0da653fef08c3b50c183d474f Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Wed, 18 Mar 2009 10:04:20 +0000 Subject: [PATCH] Switch strict_three_prime option default value to 0 as a workaround bug patch git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPrimers/branches/eric-test@192 60f365c0-8329-0410-b2a4-ec073aeeaa1d --- src/ecoprimer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ecoprimer.c b/src/ecoprimer.c index 696b363..d63c211 100644 --- a/src/ecoprimer.c +++ b/src/ecoprimer.c @@ -56,7 +56,7 @@ void initoptions(poptions_t options) options->strict_exclude_quorum=0.1; options->sensitivity_quorum=0.9; options->false_positive_quorum=0.1; - options->strict_three_prime=2; + options->strict_three_prime=0; options->r=0; options->g=0; options->no_multi_match=FALSE;