in reply to Re: Urgent help required. Need a code to translate a given nucleotide sequence into proteins using codon table.
in thread Urgent help required. Need a code to translate a given nucleotide sequence into proteins using codon table.

i do have -w given, so it should read the bugs and warn, right?
  • Comment on Re^2: Urgent help required. Need a code to translate a given nucleotide sequence into proteins using codon table.

Replies are listed 'Best First'.
Re^3: Urgent help required. Need a code to translate a given nucleotide sequence into proteins using codon table.
by kennethk (Abbot) on Feb 13, 2013 at 19:55 UTC

    warnings and strict cover different issues. Without strict, you get some very regressive behaviors that you almost assuredly don't intend, e.g. my point about barewords. Did you try addressing that issue yet?


    #11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.