autogenerated name metadata table
[sgn.git] / mason / feature / cvterms.mas
blobb33e5a7d68fc3a910316d574a7e8ae4d3b2452ef
1 <%args>
2     $cvterm_id
3 </%args>
4 <%init>
5         use CXGN::Chado::Cvterm;
6         use CXGN::DB::Connection;
7 </%init>
9 <%perl>
10         my $dbh    = CXGN::DB::Connection->new('public');
11         my $cvterm = CXGN::Chado::Cvterm->new( $dbh, $cvterm_id );
12 </%perl>
14 <& /ontology/embedded_browser.mas,
15         cvterm => $cvterm,
16         title => 'Cvterm Ontology',