corrected mask bits for base pairs
git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPrimers/trunk@232 60f365c0-8329-0410-b2a4-ec073aeeaa1d
This commit is contained in:
@ -188,7 +188,7 @@ static void buildPrimerPairsForOneSeq(uint32_t seqid,
|
||||
bool_t strand;
|
||||
//char prmr[50];
|
||||
//float mtemp;
|
||||
word_t w1, w1a, omask = (0x1L << options->strict_three_prime) -1;;
|
||||
word_t w1, w1a, omask = (0x1L << (options->strict_three_prime*2)) -1;
|
||||
word_t w2, w2a, wtmp;
|
||||
uint32_t bp1,bp2;
|
||||
|
||||
|
Reference in New Issue
Block a user