Home
last modified time | relevance | path

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

/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/constraints/
H A Dligand.c140 const char *motif3,
757 const char *motif3, in scanForPairs() argument
764 l3 = (motif3) ? strlen(motif3) : 0; in scanForPairs()
790 if (motif3) { in scanForPairs()
793 if (motif3[i - 1] == '(') { in scanForPairs()
795 } else if (motif3[i - 1] == ')') { in scanForPairs()
/dports/graphics/povray36/povray-3.6.1/scenes/advanced/ionic5/
H A Dionic5.pov563 #declare motif3 = object {
617 object { motif3 translate <-21, 42, 0> }
618 object { motif3 translate <21, 42, 0> }
/dports/biology/p5-BioPerl-Run/BioPerl-Run-1.007003/t/
H A DFootPrinter.t77 is $motifs[2]->seq_id,'TETRAODON-motif3';
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dchainer.cpp5116 string motif3 = "AGTAAA"; in ValidPolyA() local
5145 …1) != string::npos || segment.find(motif2) != string::npos || segment.find(motif3) != string::npos) in ValidPolyA()