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
This commit is contained in:
@ -345,7 +345,7 @@ int main(int argc, char **argv)
|
|||||||
int32_t g=0;
|
int32_t g=0;
|
||||||
int32_t circular=0;
|
int32_t circular=0;
|
||||||
|
|
||||||
char compute_tm=0;
|
char compute_tm=1;
|
||||||
int32_t saltmethod=SALT_METHOD_SANTALUCIA;
|
int32_t saltmethod=SALT_METHOD_SANTALUCIA;
|
||||||
double salt=0.05;
|
double salt=0.05;
|
||||||
CNNParams tparm;
|
CNNParams tparm;
|
||||||
@ -417,7 +417,7 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
/* --------------------------- */
|
/* --------------------------- */
|
||||||
case 't': /* compute tm of amplification */
|
case 't': /* compute tm of amplification */
|
||||||
compute_tm = 1; /* --------------------------- */
|
compute_tm = 0; /* --------------------------- */
|
||||||
break;
|
break;
|
||||||
/* --------------------------------- */
|
/* --------------------------------- */
|
||||||
case 'm': /* set salt method */
|
case 'm': /* set salt method */
|
||||||
|
Reference in New Issue
Block a user