5 /population/summary.mas - displays project metadata.
9 Isaak Y Tecle (iyt2@cornell.edu)
17 $training_pop_id => ''
18 $training_pop_name => ''
19 $training_pop_desc => ''
21 $selection_pop_id => ''
22 $selection_pop_name => ''
23 $selection_pop_desc => ''
26 $training_pop_url =>''
34 $combined_populations => ''
40 $owner = 'NA' if !$owner;
41 $traits_no = 'NA' if !$traits_no;
43 $training_pop_url = $training_pop_name if !$training_pop_url;
44 my $pop_desc = $selection_pop_desc ? $selection_pop_desc : $training_pop_desc;
45 my $pop_name = $selection_pop_name ? $selection_pop_name : $training_pop_url;
46 my @data_c1 = (['Name', $pop_name], ['Description', $pop_desc], ['Owner', $owner]);
47 my @data_c2 = (['No. of lines', $stocks_no], ['No. of markers', $markers_no], ['Genotyping version', $protocol_url]);
49 push @data_c2, ['No. of traits', $traits_no] if $traits_no > 1;
50 push @data_c2, ['Training model', $model_page_url] if $model_page_url;
57 <& /page/columnar_table.mas,
65 <& /page/columnar_table.mas,