Merge pull request #4272 from solgenomics/topic/fix-vcf-download
[sgn.git] / mason / qtl / population / correlation.mas
blob6945800200183310c0cdab206d847e8934d72c95
1 <%doc>
3 =head1 NAME 
5 qtl/population/correlation.mas - displays correlation heatmap 
7 =AUTHOR
9 Isaak Y Tecle (iyt2@cornell.edu)
11 =cut
13 </%doc>
15 <%args>
17 $pop
19 </%args>
21 <%perl>
23 my $pop_id = $pop->get_population_id();
25 </%perl>
29 <& /solgs/population/correlation.mas,
30     pop_id => $pop_id