goes with previous commit
This commit is contained in:
@ -743,14 +743,6 @@ int obi_ecopcr(const char* i_dms_name,
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check primer length (apat lib limits to 32)
|
|
||||||
if ((strlen(primer1) > 32) || (strlen(primer2) > 32))
|
|
||||||
{
|
|
||||||
obi_set_errno(OBI_ECOPCR_ERROR);
|
|
||||||
obidebug(1, "\nError: primer length can not be greater than 32 (primers %s, %s)", primer1, primer2);
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
o1 = buildPattern(primer1, error_max);
|
o1 = buildPattern(primer1, error_max);
|
||||||
o2 = buildPattern(primer2, error_max);
|
o2 = buildPattern(primer2, error_max);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user