Merge pull request #4106 from solgenomics/topic/wishlist
[sgn.git] / mason / solgs / population / kinship.mas
blobd3faf0799bbfbc4d84b54e9c420a54ef5d000155
1 <%doc>
3 =head1 NAME
4  
5 /solgs/population/kinship.mas - kinship heatmap
7 =AUTHOR
9 Isaak Y Tecle (iyt2@cornell.edu)
11 =cut
13 </%doc>
15 <%args>
17 $pop_id   => undef
18 $trial_id => undef
20 </%args>
22 <%perl>
24 $pop_id = $trial_id if $trial_id;
26 </%perl>
29 <&| /page/info_section.mas, 
30       collapsible => 1, 
31       collapsed   => 1, 
32       title       => "Kinship and inbreeding coefficients"
35   <input id="run_kinship" class="button" type="button" value="Run kinship" /> 
37   <& /solgs/kinship/plot.mas,
38      pop_id => $pop_id
39   &>
41 </&>