Add a total row to the related feature columnar table
[sgn.git] / mason / gem / experimental_design_detail.mas
blob28c9fd68545286d1b746aafb7543d3a240918c8b
1 <%doc>
3 =head1 NAME 
4  
5  experimental_design_detail.mas
6  Mason code to get different sections of the experimental design 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 experimental design page.
20  Its controller is: experimental_design.pl
22 =cut
24 =head 1 AUTHOR
26  Aureliano Bombarely (ab782@cornell.edu)
28 =cut 
30 </%doc>
33 <%args>
34 $schema 
35 $expdesign 
36 $pub_list 
37 $exp_list
38 </%args>
40 <%perl>
42  ## None code is used in experimental_design_page.mas.
43  ## It compose the web page using mason components and args from the controller
45 </%perl>
48 <br>
50 <& 
51    '/gem/experimental_design/basic_expdesign_info.mas', 
52    expdesign => $expdesign 
55 <& 
56    '/biosource/sample/pub_brief.mas', 
57     schema => $schema,
58     pub_list => $pub_list,
61 <& 
62    '/gem/experimental_design/experiment_composition.mas', 
63    exp_list => $exp_list