Bioinformatics/Subsequence: Difference between revisions

Content added Content deleted
m (→‎{{header|Wren}}: Minor tidy)
 
Line 27: Line 27:
R r
R r


F dna_findall(String needle, haystack) -> N
F dna_findall(String needle, haystack) -> Void
V pp = positions(haystack, needle)
V pp = positions(haystack, needle)
I pp.empty
I pp.empty
Line 65: Line 65:
94:98
94:98
</pre>
</pre>

=={{header|Action!}}==
=={{header|Action!}}==
<syntaxhighlight lang="action!">DEFINE SEQLEN="200"
<syntaxhighlight lang="action!">DEFINE SEQLEN="200"