6 # look up gbrowse cross-refs for this marker, if any
11 -name => 'SGN-M'.$marker->marker_id,
15 } $c->enabled_feature('gbrowse2');
19 <&| /page/info_section.mas, title => "Genomic locations" &>
22 <& /page/columnar_table.mas,
23 headings=>["Genome Annotation", "Position(s)"],
24 data=> [ map [ $_->data_source->description,
25 '<a href="'.$_->url.'">'
27 map $_->seq_id.':'.$_->start.'..'.$_->end, @{$_->seqfeatures}