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 #5205 from solgenomics/topic/generic_trial_upload
[sgn.git]
/
mason
/
feature
/
feature_list.mas
blob
fb5124173d7ae6b475ce1a68dcc82d34cdc15b6d
1
<%args>
2
$features => undef,
3
$objects => undef,
4
$reference_sequence => undef,
5
$limit => 100
6
$omit_columns => [],
7
</%args>
8
<%init>
9
use SGN::View::Feature qw/ feature_table /;
10
</%init>
11
12
<& /page/columnar_table.mas, %ARGS, feature_table( $features || $objects, $reference_sequence, $omit_columns ) &>