upload fieldbook from manage phenotyping
[sgn.git] / mason / gem / template_detail.mas
blob6cb9ab710b8a6f3e70827b2980eb96b0429090c1
1 <%doc>
3 =head1 NAME 
4  
5  template_detail.mas
6  Mason code to get different sections of the template web_page.
8 =cut
10 =head1 VERSION 
12 0.1
14 =cut 
16 =head1 DESCRIPTION
18  This mason script coordinate different mason component to create the template page.
20  Its controller is: template.pl
22 =cut
24 =head 1 AUTHOR
26  Aureliano Bombarely (ab782@cornell.edu)
28 =cut 
30 </%doc>
33 <%args>
34 $dbh
35 $schema
36 $sgn_schema
37 $template
38 $expression
39 $unigene_list
40 </%args>
43 <br>
45 <& 
46    '/gem/template/basic_template_info.mas', 
47    template => $template, 
50 <& 
51    '/gem/template/multi_unigene_annotation.mas',
52    dbh          => $dbh,
53    sgn_schema   => $sgn_schema, 
54    unigene_list => $unigene_list, 
57 <& 
58    '/gem/template/probe_composition.mas', 
59    template => $template, 
62 <& 
63    '/gem/template/expression_graph.mas', 
64    template   => $template, 
65    expression => $expression,
68 <& 
69    '/gem/template/expression_info.mas', 
70    template => $template, 
73 <& 
74    '/gem/template/correlation_analysis.mas', 
75    schema   => $schema,
76    template => $template,