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
Merge pull request #2624 from solgenomics/topic/genotype_storage_nd_protocolprop
[sgn.git]
/
cgi-bin
/
genomes
/
Solanum_lycopersicum
/
publications.pl
blob
94c87cf5f3864202f0005efd4ed915c981ec6590
1
use
CatalystX
::
GlobalContext
qw(
$c
);
2
use strict;
3
use warnings;
4
5
my
$schema
=
$c
->dbic_schema('Bio::Chado::Schema');
6
$c
->forward_to_mason_view('/genomes/Solanum_lycopersicum/publications.mas', schema =>
$schema
);