Merge pull request #2754 from solgenomics/topic/fix_homepage_add_accessions_dialog
[sgn.git] / mason / solgs / population.mas
blob1e351154fc64f79fd8a0c838808795cdf173fa7e
1 <%args>
3 $pop_id
4 $show_data => 1;
5 $traits_form => ''
6 $all_traits_file
7 $project_name
8 $project_desc
9 $stocks_no
10 $markers_no
11 $traits_no
12 $owner=>''
13 $protocol
14 $acronym
16 </%args>
18 <%perl>
20 #my $submit_new = qq | <a href="/submit/intro">Submit GS population</a> |;
23 </%perl>
25 <& /util/import_javascript.mas, classes => ["solGS.solGS"] &>
28 <br />
29 <br />
31 <& /page/page_title.mas, 
32    title => "Select one or more traits from training population \"$project_name\" to build a GS model and predict GEBVs for."
35 <&| /page/info_section.mas, 
36     collapsible => 1, 
37     collapsed   => 0, 
38     title       => "Training population summary",
39   &>
41  <& population/summary.mas,
42     project_id   => $pop_id,
43     project_name => $project_name,
44     project_desc => $project_desc,
45     stocks_no    => $stocks_no,
46     markers_no   => $markers_no,
47     traits_no    => $traits_no,
48     owner        => $owner,
49     protocol     => $protocol,
50  &>
52 </&>
54 % if ($show_data) 
55 % {
56 % if ($markers_no > 1)
57 % {
60 <&| /page/info_section.mas, 
61       collapsible => 1, 
62       collapsed   => 0, 
63       title       => "Train model"
65        
66 <& population/select_traits.mas, 
67      pop_id             => $pop_id,
68      traits_form        => $traits_form,
69      all_traits_file    => $all_traits_file,
72 </&>
74 % if ($pop_id !~ /list|dataset/)
75 % {
77 <& /solgs/anova/analysis.mas,
78    pop_id => $pop_id,
81 % }
82      
83 <& population/correlation.mas, 
84      pop_id  => $pop_id,
87 <& population/acronym.mas,
88    acronym => $acronym,
91 %} 
92 % else
93 % {
95 <&| /page/info_section.mas, 
96       collapsible => 1, 
97       collapsed   => 0, 
98       title       => "Genotype Data"
101   <div id="traits_list_message"  style="font-weight:bold;text-align:center;text-transform:uppercase;color:#A7C942">
102     <p>There is no genotype data for this population.</p>
103   </div>
105 </&>
108 % else
111 <&| /page/info_section.mas, 
112     collapsible => 1, 
113     collapsed   => 0, 
114     title       => "Data Accessibility",
115   &>
117 <p>This is private data.</p>
119 </&>
123 <input type="hidden" id="population_id" value="<% $pop_id %>" />