Merge pull request #4106 from solgenomics/topic/wishlist
[sgn.git] / mason / genomes / default / annotation_sets.mas
blobd5cbe402b91efeff6d330ae831f0cad83ec57d40
1 <%args>
2   $organism
3   $annotation_list
4 </%args>
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 % }