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
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user