1 package SGN
::Controller
::MetabolomicsHost
;
5 BEGIN { extends
'Catalyst::Controller'; }
9 SGN::Controller::MetabolomicsHost - show metabolomics data for the host citrus on CG.org. add subroutines for other pages in menu
14 sub metabolomics_host_index
:Path
('/metabolomics_host/index') Args
(0) {
18 $c->stash->{template
} = '/metabolomics_host/index.mas';
21 sub metabolomics_host_chin_csinensis_2019
:Path
('/metabolomics_host/chin_csinensis_2019') Args
(0) {
25 $c->stash->{template
} = '/metabolomics_host/chin_csinensis_2019.mas';
28 sub metabolomics_host_ramsey_climon_2019
:Path
('/metabolomics_host/ramsey_climon_2019') Args
(0) {
32 $c->stash->{template
} = '/metabolomics_host/ramsey_climon_2019.mas';