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