From 985d067bd8554e9b9fe34950e26a21d6cf303189 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Fri, 22 Jan 2010 09:19:19 +0000 Subject: [PATCH] New version 0.2 of ecoPCR, with Tm computation. Take care file format have change. You must use corresponding version of ecogrep You can use -t option to go back to the old format without tm computation git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPCR/trunk@239 60f365c0-8329-0410-b2a4-ec073aeeaa1d --- src/ecopcr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ecopcr.c b/src/ecopcr.c index d463043..671d4d5 100644 --- a/src/ecopcr.c +++ b/src/ecopcr.c @@ -345,7 +345,7 @@ int main(int argc, char **argv) int32_t g=0; int32_t circular=0; - char compute_tm=0; + char compute_tm=1; int32_t saltmethod=SALT_METHOD_SANTALUCIA; double salt=0.05; CNNParams tparm; @@ -417,7 +417,7 @@ int main(int argc, char **argv) /* --------------------------- */ case 't': /* compute tm of amplification */ - compute_tm = 1; /* --------------------------- */ + compute_tm = 0; /* --------------------------- */ break; /* --------------------------------- */ case 'm': /* set salt method */