in reply to Re: how to find this substring?
in thread how to find this substring?
From the OP:
I need to read some DNA sequences and check if they start with 'ATG' and end in 'TAA', 'TAG' or 'TGA'
Given the sequence:
ATGXXXTAAXXXTAAyour code outputs:
ATGXXXTAAwhereas it should print the whole string (or 'true', or whatever).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: how to find this substring?
by Anonymous Monk on Jun 08, 2012 at 14:15 UTC |