3 displays selection populations one can apply the model on. If predicted output exists for a
4 selection population, a link to the output is displayed.
11 $selection_prediction_download
12 $training_pop_analyzed_traits
16 $selection_pop_name => ''
17 $list_of_prediction_pops => ''
18 $selection_pop_analyzed_traits => ''
26 if ($c->req->path =~ /solgs\/traits\/all\/population/) {
27 $title = 'Predict GEBVs of a selection population using the models';
29 $title = 'Predict GEBVs of a selection population using the model';
35 <& /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 id="selection_pops_div">
45 <div id="search_div" class="form-inline">
48 placeholder="search for a trial"
49 size="30" id="population_search_entry"/>
52 class="btn btn-success"
53 id="search_selection_pop">
54 <span class="glyphicon glyphicon-search"></span>
56 <div id="form-feedback-search-trials" style="color:red"> </div>
59 <div id="selection_pops_message" class="message"></div>
60 <& /solgs/spinner/spinner.mas &>
62 <div id="selection_pops_result" style="padding: 20px 0px 20px 0px;display:none;">
63 <table class="table" id="selection_pops_table" style="text-align:left;">
66 <th>Selection population</th>
76 <& /solgs/search/list_type_selection_population.mas &>