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
don't need SGN_TEST_SERVER env directly in test scripts
[sgn.git]
/
mason
/
feature
/
feature_list.mas
blob
e08dd3ece885acf41eb9a5473ea8403d21a9a324
1
<%args>
2
$features
3
$limit => 100
4
</%args>
5
<%init>
6
use SGN::View::Feature qw/feature_table/;
7
</%init>
8
9
<& /page/columnar_table.mas,
10
headings => [ "Feature", "Type", "Coords", "Length", "Strand", "Phase" ],
11
data => feature_table($features),
12
&>