Merge pull request #2582 from TriticeaeToolbox/topic/search_genotyping_projects
[sgn.git] / cgi-bin / methods / index.pl
blob7c14e93aa285faee87229ddcc76e2b8185643101
1 use strict;
2 use CXGN::Page;
3 my $page=CXGN::Page->new('index.html','html2pl converter');
4 $page->header('Sol Genomics Network');
5 print<<END_HEREDOC;
10 <br />
11 <center>
12 <table summary="" class="boxbgcolor2" width="100\%">
13 <tr>
14 <td width="25\%">&nbsp;</td>
15 <td width="50\%" class="left">
16 <div class="boxcontent">
18 <div class="subheading">
19 <u>SGN Methods</u>
20 </div>
21 <div class="boxsubcontent">
22 <a href="/methods/unigene/unigene-builds.pl">SGN Unigene Builds</a> - The Sol Genomics Network unigene builds represent "minimally redundant" collections of expressed genes in Solanaceous species, constructed from EST/cDNA sequence data present in SGN's databases.
23 </div>
24 <div class="boxsubcontent">
25 <a href="/methods/unigene/unigene-methods.pl">Unigene Assembly Process Overview</a> - Gives an overview of SGN's unigene assembly process.
26 </div>
27 <div class="boxsubcontent">
28 <a href="/methods/unigene/unigene-precluster.pl">Preclustering and Transitive Closure Clustering</a> - Preclustering is a technique used to partition the input data into groups small enough for the assembly program to process.
29 </div>
30 <div class="boxsubcontent">
31 <a href="/methods/unigene/unigene-validation.pl">Assembly Process Validation</a> - This data attempts to characterize the differences in outputs of two separate processes
32 </div>
34 </div>
35 </td>
36 <td width="25\%">&nbsp;</td>
37 </tr>
38 </table>
39 </center>
41 END_HEREDOC
42 $page->footer();