test for trial treatments
[sgn.git] / mason / genomes / default.mas
blobddc982f2880e428b4851753d9842e5cafe5075b7
1 <%args>
2   $organism
3 </%args>
4 <& /page/page_title.mas, title => '<i>'.$organism->species.'</i> Genome Data' &>
6 <&| /page/info_section.mas,
7       title       => 'Sequence datasets',
8       collapsible => 1,
9  &>
10   <& /genomes/default/genome_builds.mas, %ARGS &>
11 </&>
14 <&| /page/info_section.mas,
15       title       => 'Browsable annotations',
16       collapsible => 1,
17       hide_if_empty => 1,
18  &>
20   <& /gbrowse/list_sources.mas, organism => $organism &>
22 </&>
24 <&| /page/info_section.mas,
25       title       => 'Annotation datasets',
26       collapsible => 1,
27       hide_if_empty => 1,
28  &>
30   <& /genomes/default/annotation_sets.mas, %ARGS &>
32 </&>