3 displays list of prediction populations and their GS output.
10 $selection_prediction_download
11 $training_pop_analyzed_traits
15 $selection_pop_name => ''
16 $list_of_prediction_pops => ''
17 $selection_pop_analyzed_traits => ''
25 if ($c->req->path =~ /solgs\/traits\/all\/population/) {
26 $title = 'Predict GEBVs of a selection population using the models';
28 $title = 'Predict GEBVs of a selection population using the model';
34 <& /util/import_javascript.mas, classes => ["solGS.solGS", "solGS.Dataset", "jquery.dataTables", "solGS.selectionPopulations", "solGS.ajaxAutocomplete"] &>
36 <& /util/import_css.mas, paths => ['/documents/inc/datatables/jquery.dataTables.css'] &>
38 <&| /page/info_section.mas,
44 <div class="form-inline">
47 placeholder="search for a selection population"
48 size="30" id="population_search_entry"/>
51 class="btn btn-success"
52 id="search_selection_pop">
53 <span class="glyphicon glyphicon-search"></span>
55 <div style="color:red" id="form-feedback-search-trials"> </div>
56 <!-- <button id="search_all_selection_pops" style="position:absolute;right:20px;display:none;" class="btn btn-success" type="submit"> -->
57 <!-- <span value="Search for all relevant selection populations">Search for all relevant selection populations</span> -->
62 <div id="selection_pops_message" class="message"></div>
64 <div id="selection_populations" style="display:none;">
65 <table class="table" id="selection_pops_list" style="text-align:left;">
68 <th>Selection population</th>
80 <& /solgs/search/list_type_selection_population.mas &>