Merge pull request #5123 from solgenomics/topic/wishlist
[sgn.git] / mason / transcript / unigene / genomic_locations.mas
blob7104051373344f5f3950044bf5a696cdd3fa7c2d
1 <%args>
2 $unigene
3 </%args>
4 <%init>
5 my @xrefs = map {
6     $_->xrefs({
7         -types   => ['match'],
8         -name    => 'SGN-U'.$unigene->get_unigene_id,
9         -aliases => 1,
10     })
11 } $c->enabled_feature('gbrowse2');
13 </%init>
14 <&| /page/info_section.mas, title => 'Genomic locations ('.@xrefs.')',collapsible => 1, &>
15 % if( @xrefs ) {
16   <& /sitefeatures/gbrowse2/xref_set/rich.mas, xrefs => \@xrefs &>
17 % }
18 </&>