Merge pull request #5248 from solgenomics/topic/batch_update_trials
[sgn.git] / cgi-bin / tools / intron_detection / index.pl
blobf202e155f8bbb8c488e9b2517fbb9de25f9dcb58
1 use strict;
2 use CXGN::Page;
3 my $page=CXGN::Page->new("Sol Genomics Network","Tyler");
4 $page->header();
5 print <<END_HEREDOC;
7 <br />
8 <center>
9 <table class="boxbgcolor2" width="100%" summary="">
10 <tr>
11 <td width="25%">&nbsp;</td>
12 <td width="50%" class="left">
13 <div class="boxcontent">
15 <div class="subheading">
16 <u>SGN Intron Detection Tools</u>
17 </div>
18 <div class="boxsubcontent">
19 <a href="/tools/intron_detection/find_introns.pl">Intron Finder for Solanceae ESTs</a> - The SGN Intron Finder works by doing a blast search for Arabidopsis Thaliana proteins that are similar to the translated protein sequence of the DNA input.
20 </div>
21 </div>
22 </td>
23 <td width="25%">&nbsp;</td>
24 </tr>
25 </table>
26 </center>
29 END_HEREDOC
32 $page->footer();