Home
last modified time | relevance | path

Searched refs:io_dntp_conc (Results 1 – 4 of 4) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/primer3/src/primer3_core/
H A Dprimer3.h336 double io_dntp_conc; /* added by T.Koressaar, for considering divalent salt concentration */ member
H A Dprimer3.c302 a->io_dntp_conc = INTERNAL_OLIGO_DNTP_CONC;
646 …if((pa->io_dntp_conc<0 && pa->io_divalent_conc!=0)||pa->io_divalent_conc<0) { /* added by T.Koress…
H A Dprimer3_main.c1015 = seqtm(s1, pa->io_dna_conc, pa->io_salt_conc, pa->io_divalent_conc, pa->io_dntp_conc,
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/primer3/src/
H A DPrimer3TaskSettings.cpp456 doubleProperties.insert("PRIMER_INTERNAL_OLIGO_DNTP_CONC", &primerArgs.io_dntp_conc); in initMaps()