6 % for my $src (@sources) {
7 <& /gbrowse/source.mas, source => $src &>
12 my $species = $organism ? lc $organism->species : undef;
14 # find the data sources, filtering if necessary
16 sort { $a->description cmp $b->description }
18 grep !$description || index( lc $_->description, lc $description ) != -1,
19 grep !$organism || index( lc $_->organism, lc $species ) != -1,
21 $c->enabled_feature('gbrowse2');