repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
autogenerated name metadata table
[sgn.git]
/
mason
/
feature
/
cvterms.mas
blob
b33e5a7d68fc3a910316d574a7e8ae4d3b2452ef
1
<%args>
2
$cvterm_id
3
</%args>
4
<%init>
5
use CXGN::Chado::Cvterm;
6
use CXGN::DB::Connection;
7
</%init>
8
9
<%perl>
10
my $dbh = CXGN::DB::Connection->new('public');
11
my $cvterm = CXGN::Chado::Cvterm->new( $dbh, $cvterm_id );
12
</%perl>
13
14
<& /ontology/embedded_browser.mas,
15
cvterm => $cvterm,
16
title => 'Cvterm Ontology',
17
&>