Merge pull request #4272 from solgenomics/topic/fix-vcf-download
[sgn.git] / mason / qtl / population / genetic_map.mas
blob454a71b3f048ea918a2d32ae20daf41bcb1c8c50
1 <%doc>
3 =head1 NAME
4  
5 qtl/population/genetic_map.mas - displays a link to the qtl population genetic map
8 =AUTHOR
10 Isaak Y Tecle (iyt2@cornell.edu)
12 =cut
14 </%doc>
16 <%args>
18 $genetic_map
20 </%args>
23 <&| /page/info_section.mas, 
24       collapsible => 1, 
25       collapsed   => 1, 
26       title       => "Genetic map" 
27 &> 
29   <% $genetic_map %>
31 </&>