repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #4272 from solgenomics/topic/fix-vcf-download
[sgn.git]
/
mason
/
qtl
/
population
/
genetic_map.mas
blob
454a71b3f048ea918a2d32ae20daf41bcb1c8c50
1
<%doc>
2
3
=head1 NAME
4
5
qtl/population/genetic_map.mas - displays a link to the qtl population genetic map
6
7
8
=AUTHOR
9
10
Isaak Y Tecle (iyt2@cornell.edu)
11
12
=cut
13
14
</%doc>
15
16
<%args>
17
18
$genetic_map
19
20
</%args>
21
22
23
<&| /page/info_section.mas,
24
collapsible => 1,
25
collapsed => 1,
26
title => "Genetic map"
27
&>
28
29
<% $genetic_map %>
30
31
</&>
32
33
34
35