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 #5191 from solgenomics/topic/quality_control
[sgn.git]
/
mason
/
qtl
/
traits
/
index.mas
blob
568fc6ddee48ece71211efffc3742665a49843a0
1
<%doc>
2
QTL traits list.
3
</%doc>
4
5
<%args>
6
$index
7
$traits_list
8
</%args>
9
10
<& /page/page_title.mas,
11
title=>'List of traits with QTLs'
12
&>
13
14
<&| /page/info_section.mas,
15
title => qq |Traits beginning with "$index" |
16
&>
17
18
<&/page/columnar_table.mas,
19
data => $traits_list,
20
__align => 'l',
21
__alt_freq => 2,
22
__alt_width => 1,
23
__cellpadding => 20,
24
&>
25
26
</&>