2 package SGN
::Controller
::BrAPIClient
;
6 BEGIN { extends
'Catalyst::Controller' };
8 sub home
: Path
('/brapihome/') Args
(0) {
11 $c->stash->{template
} = 'brapiclient/home.mas';
14 sub germplasm
: Path
('/brapihome/germplasm') Args
(0) {
17 $c->stash->{template
} = 'brapiclient/germplasm_search.mas';
20 sub phenotyping_handhelds
: Path
('/brapihome/phenotyping_handhelds') Args
(0) {
23 $c->stash->{template
} = 'brapiclient/phenotyping_handhelds.mas';
26 sub phenotype
: Path
('/brapihome/phenotype') Args
(0) {
29 $c->stash->{template
} = 'brapiclient/phenotypes_search.mas';
32 sub genotype
: Path
('/brapihome/genotype') Args
(0) {
35 $c->stash->{template
} = 'brapiclient/markerprofile_allelematrix.mas';
38 sub index : Path
('/brapiclient/comparegenotypes') Args
(0) {
41 $c->stash->{template
} = 'brapiclient/comparegenotypes.mas';