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 #4106 from solgenomics/topic/wishlist
[sgn.git]
/
mason
/
genomes
/
default
/
annotation_sets.mas
blob
d5cbe402b91efeff6d330ae831f0cad83ec57d40
1
<%args>
2
$organism
3
$annotation_list
4
</%args>
5
6
% if( @$annotation_list ) {
7
<div style="margin: 1em 0">
8
% for my $a (@$annotation_list) {
9
<& /genomes/default/data_set.mas, a => $a &>
10
% }
11
</div>
12
% }
13