13 $uploaded_reference=>''
22 #my $submit_new = qq | <a href="/submit/intro">Submit GS population</a> |;
26 <& /util/import_javascript.mas, classes => ["solGS.solGS"] &>
32 <& /page/page_title.mas,
33 title => "Select one or more traits from training population \"$project_name\" to build a GS model and predict GEBVs for."
36 <&| /page/info_section.mas,
39 title => "Training population summary",
42 <& population/summary.mas,
43 project_id => $pop_id,
44 project_name => $project_name,
45 project_desc => $project_desc,
46 stocks_no => $stocks_no,
47 markers_no => $markers_no,
48 traits_no => $traits_no,
50 protocol => $protocol,
51 uploaded_reference => $uploaded_reference
60 <&| /page/info_section.mas,
66 <& population/select_traits.mas,
68 traits_form => $traits_form,
69 all_traits_file => $all_traits_file,
70 no_traits_selected => $no_traits_selected,
71 uploaded_reference => $uploaded_reference
77 <& population/correlation.mas,
81 <& population/acronym.mas,
89 <&| /page/info_section.mas,
92 title => "Data Accessibility",
95 <p>This is private data.</p>
101 <input type="hidden" id="population_id" value="<% $pop_id %>" />