http://qs1969.pair.com?node_id=1203055


in reply to Re: Translation Substring Error
in thread Translation Substring Error

Basically, I was just trying to get a string for the translated amino acids:

Example: MLVG

If I have sequence like this: ATGGCGA, then I'd just like the translation: MA. The "A" from the end of "ATGGCGA" can be ignored/not output.

Replies are listed 'Best First'.
Re^3: Translation Substring Error
by Laurent_R (Canon) on Nov 09, 2017 at 16:12 UTC
    This is what I'm getting with your program modified as in my earlier post below:
    $ perl dna.pl Sequence 1 Translation:MPV Sequence 2 Translation:ASQR