5 /sixframe_translate_standalone.mas - standalone page that displays the
6 six-frame translation of the L<Bio::SeqI> you pass it
10 =head2 seq - a Bio::SeqI
12 =head2 blast_url - optional URL for posting BLAST requests - if
13 passed, will render buttons that post a form with the sequence to the
26 <& /page/page_title.mas, title => 'Six-Frame Translation: '.$seq->id &>
28 <& /util/import_javascript.mas, classes => 'Text.Markup' &>
30 <&| /page/info_section.mas, title => 'Nucleotide Sequence' &>
31 <div style="margin-left: 3em">
32 <& /sequence/with_markup.mas, seq => $seq, width => 80, subdiv => undef, blast_url => $blast_url &>
36 <&| /page/info_section.mas, title => 'Six-frame Translation' &>
37 <& /sequence/sixframe_translate.mas, %ARGS &>