5 unigene_build_detail.mas
6 Mason code to get different sections of the unigene_build web_page.
18 $m->exec('/transcript/unigene_build_detail.mas', unigene_build => $unigene_build );
20 where: $m is a Mason Interpreter Object (HTML::Mason::Interp),
21 $bcs, a DBIx::Class::Schema object with the classes of Bio::Chado::Schema
22 $schema, a DBIx::Class::Schema object with the classes of SGN::Schema
23 $unigene_build, an CXGN::Transcript::UnigeneBuild object
29 This mason script coordinate different mason component to create the unigene build page.
31 Its controller is: unigene_build.pl
37 Aureliano Bombarely (ab782@cornell.edu)
52 ## None code is used in unigene_build_detail.mas.
53 ## It compose the web page using mason components and args from the controller
60 '/transcript/unigene_build/basic_unigene_build_info.mas',
63 unigene_build => $unigene_build
67 '/transcript/unigene_build/history_unigene_build_info.mas',
69 unigene_build => $unigene_build
72 /util/import_javascript.mas,
73 classes => 'CXGN.Effects'