From 79cadf0809fad6523d5f6f3be7ff46ed9e77776a Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Sat, 18 Jul 2009 22:33:18 +0000 Subject: [PATCH] Patch minimum tm computation to limit estimation on example sequences git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPrimers/trunk@229 60f365c0-8329-0410-b2a4-ec073aeeaa1d --- src/libthermo/thermostats.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libthermo/thermostats.c b/src/libthermo/thermostats.c index 03f4fc3..3e47e70 100644 --- a/src/libthermo/thermostats.c +++ b/src/libthermo/thermostats.c @@ -63,7 +63,9 @@ void getThermoProperties (ppair_t* pairs, size_t count, poptions_t options) pairs[i]->p2mintemp = 100; for (j = 0; j < pairs[i]->pcr.ampcount; j++) + if (pairs[i]->pcr.amplifias[j].sequence->isexample) { + sq = pairs[i]->pcr.amplifias[j].sequence->SQ; strand = pairs[i]->pcr.amplifias[j].strand; bp1 = pairs[i]->pcr.amplifias[j].begin - options->primer_length;