Skip to content
Snippets Groups Projects
Commit 00cdfda2 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Fix POD for translate():

  Format it.

  The method never actually throws an exception.
parent 95fde014
No related branches found
No related tags found
No related merge requests found
......@@ -1391,13 +1391,13 @@ sub get_all_translateable_Exons {
Args : none
Example : none
Description: return the peptide (plus eventuel stop codon) for this
transcript. Does N padding of non phase matching exons.
It uses translateable_seq internally.
Returns undef if this Transcript does not have a translation
(i.e. pseudogene).
Description: Return the peptide (plus eventual stop codon) for
this transcript. Does N-padding of non-phase
matching exons. It uses translateable_seq
internally. Returns undef if this Transcript does
not have a translation (i.e. pseudogene).
Returntype : Bio::Seq or undef
Exceptions : If no Translation is set in this Transcript
Exceptions : none
Caller : general
Status : Stable
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment