6 Code to show the web_page for unigene using MASON.
15 This is the script to show the web_page using MASON
21 Aureliano Bombarely Gomez
32 ## Use of CXGN::Page to take the arguments from the URL
34 my $page = CXGN
::Page
->new();
35 my %args = $page->get_all_encoded_arguments();
37 ## There are two ways to access to the page, using id as integer or as
38 ## SGN-U+int. If use other combinations give an error message
40 my $m = CXGN
::MasonFactory
->new;
42 if (exists $args{'id'} && defined $args{'id'}) {
43 $m->exec( '/transcript/unigene_detail.mas',
45 highlight
=> $args{'highlight'},
46 force_image
=> $args{'force_image'}
49 $m->exec( '/transcript/transcript_page_error.mas',