in reply to Re^5: counting the number of 16384 pattern matches in a large DNA sequence
in thread counting the number of 16384 pattern matches in a large DNA sequence
Thanks.I tried this line
$result{$string} =()= ($seq{$key} =~ /$string/ig);
but it is nt printing anything.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: counting the number of 16384 pattern matches in a large DNA sequence
by kennethk (Abbot) on Jun 14, 2012 at 22:26 UTC |