2 $genome_organisms => []
8 /genome/index.mas - display an index page for the available genomes
12 =head2 genome_organisms
14 Arrayref of BCS Organism rows to display links for.
24 <& /page/page_title.mas, title=> "Genome Projects" &>
26 <div style="width: 30em; margin: 0 auto">
28 <% @links ? @links : '<div class="ghosted" style="text-align: center">none found</div>' %>
38 my $species = $_->species;
39 my $oid = $_->organism_id;
40 qq|<a href="/organism/$oid/genome" style="font-style: italic; display: block">$species</a>\n|
46 use List::AllUtils 'uniq';