123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277 |
- <?php
- /**
- * @file
- * Describe default phylotree views
- */
- /**
- * Implements hook_views_default_views().
- *
- * @ingroup tripal_legacy_phylogeny
- */
- function tripal_phylogeny_views_default_views() {
- $views = [];
- // User View ("Search Biological Content")
- // Remember, if you change the name/path of this view, you also want to
- // change it's description in tripal_phylogeny_search_biological_data_views()
- $view = tripal_phylogeny_defaultvalue_user_phylotrees();
- $view = tripal_make_view_compatible_with_external($view);
- $views[$view->name] = $view;
- /// Admin view
- $view = tripal_phylogeny_defaultview_admin_phylotree();
- $view = tripal_make_view_compatible_with_external($view);
- $views[$view->name] = $view;
- return $views;
- }
- /**
- * The default phylotree administration view.
- *
- * @ingroup tripal_legacy_phylogeny
- */
- function tripal_phylogeny_defaultview_admin_phylotree() {
- $view = new view();
- $view->name = 'tripal_phylogeny_admin_phylotree';
- $view->description = 'DO NOT DISABLE';
- $view->tag = 'tripal admin';
- $view->base_table = 'phylotree';
- $view->human_name = 'Phylogeny Admin';
- $view->core = 0;
- $view->api_version = '3.0';
- $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
- /* Display: phylotree_all */
- $handler = $view->new_display('default', 'phylotree_all', 'default');
- $handler->display->display_options['title'] = 'Phylogeny';
- $handler->display->display_options['use_more_always'] = FALSE;
- $handler->display->display_options['access']['type'] = 'perm';
- $handler->display->display_options['access']['perm'] = 'access chado_phylotree content';
- $handler->display->display_options['cache']['type'] = 'none';
- $handler->display->display_options['query']['type'] = 'views_query';
- $handler->display->display_options['exposed_form']['type'] = 'basic';
- $handler->display->display_options['pager']['type'] = 'full';
- $handler->display->display_options['pager']['options']['items_per_page'] = '25';
- $handler->display->display_options['style_plugin'] = 'table';
- /* Header: Global: Action Links */
- $handler->display->display_options['header']['action_links_area']['id'] = 'action_links_area';
- $handler->display->display_options['header']['action_links_area']['table'] = 'views';
- $handler->display->display_options['header']['action_links_area']['field'] = 'action_links_area';
- $handler->display->display_options['header']['action_links_area']['label'] = 'Action Links';
- $handler->display->display_options['header']['action_links_area']['link-1'] = [
- 'label-1' => 'Add Phylogenetic Tree',
- 'path-1' => 'node/add/chado-phylotree',
- ];
- $handler->display->display_options['header']['action_links_area']['link-2'] = [
- 'label-2' => '',
- 'path-2' => '',
- ];
- $handler->display->display_options['header']['action_links_area']['link-3'] = [
- 'label-3' => '',
- 'path-3' => '',
- ];
- $handler->display->display_options['header']['action_links_area']['link-4'] = [
- 'label-4' => '',
- 'path-4' => '',
- ];
- /* Relationship: Phylotree: Phylotree => Node */
- $handler->display->display_options['relationships']['phylotree_id']['id'] = 'phylotree_id';
- $handler->display->display_options['relationships']['phylotree_id']['table'] = 'chado_phylotree';
- $handler->display->display_options['relationships']['phylotree_id']['field'] = 'phylotree_id';
- /* Field: Content: Nid */
- $handler->display->display_options['fields']['nid']['id'] = 'nid';
- $handler->display->display_options['fields']['nid']['table'] = 'node';
- $handler->display->display_options['fields']['nid']['field'] = 'nid';
- $handler->display->display_options['fields']['nid']['relationship'] = 'phylotree_id';
- $handler->display->display_options['fields']['nid']['exclude'] = TRUE;
- /* Field: Chado Phylotree: Phylotree Id */
- $handler->display->display_options['fields']['phylotree_id']['id'] = 'phylotree_id';
- $handler->display->display_options['fields']['phylotree_id']['table'] = 'phylotree';
- $handler->display->display_options['fields']['phylotree_id']['field'] = 'phylotree_id';
- $handler->display->display_options['fields']['phylotree_id']['exclude'] = TRUE;
- /* Field: Chado Phylotree: Name */
- $handler->display->display_options['fields']['name']['id'] = 'name';
- $handler->display->display_options['fields']['name']['table'] = 'phylotree';
- $handler->display->display_options['fields']['name']['field'] = 'name';
- $handler->display->display_options['fields']['name']['label'] = 'Tree Name';
- $handler->display->display_options['fields']['name']['alter']['make_link'] = TRUE;
- $handler->display->display_options['fields']['name']['alter']['path'] = 'node/[nid]';
- /* Field: Chado Phylotree: Phylotree Id */
- $handler->display->display_options['fields']['phylotree_id_1']['id'] = 'phylotree_id_1';
- $handler->display->display_options['fields']['phylotree_id_1']['table'] = 'phylotree';
- $handler->display->display_options['fields']['phylotree_id_1']['field'] = 'phylotree_id';
- $handler->display->display_options['fields']['phylotree_id_1']['exclude'] = TRUE;
- /* Field: Chado Analysis: Name */
- $handler->display->display_options['fields']['name_1']['id'] = 'name_1';
- $handler->display->display_options['fields']['name_1']['table'] = 'analysis';
- $handler->display->display_options['fields']['name_1']['field'] = 'name';
- $handler->display->display_options['fields']['name_1']['label'] = 'Analysis';
- /* Field: Chado Cvterm: Name */
- $handler->display->display_options['fields']['name_2']['id'] = 'name_2';
- $handler->display->display_options['fields']['name_2']['table'] = 'cvterm';
- $handler->display->display_options['fields']['name_2']['field'] = 'name';
- $handler->display->display_options['fields']['name_2']['label'] = 'Leaf Node Type';
- /* Field: Chado Phylotree: Comment */
- $handler->display->display_options['fields']['comment']['id'] = 'comment';
- $handler->display->display_options['fields']['comment']['table'] = 'phylotree';
- $handler->display->display_options['fields']['comment']['field'] = 'comment';
- $handler->display->display_options['fields']['comment']['label'] = 'Description';
- /* Sort criterion: Chado Phylotree: Name */
- $handler->display->display_options['sorts']['name']['id'] = 'name';
- $handler->display->display_options['sorts']['name']['table'] = 'phylotree';
- $handler->display->display_options['sorts']['name']['field'] = 'name';
- /* Filter criterion: Chado Phylotree: Name */
- $handler->display->display_options['filters']['name_1']['id'] = 'name_1';
- $handler->display->display_options['filters']['name_1']['table'] = 'phylotree';
- $handler->display->display_options['filters']['name_1']['field'] = 'name';
- $handler->display->display_options['filters']['name_1']['group'] = 1;
- $handler->display->display_options['filters']['name_1']['exposed'] = TRUE;
- $handler->display->display_options['filters']['name_1']['expose']['operator_id'] = 'name_1_op';
- $handler->display->display_options['filters']['name_1']['expose']['label'] = 'Tree Name';
- $handler->display->display_options['filters']['name_1']['expose']['description'] = 'Provide the name of a phylogenetic tree';
- $handler->display->display_options['filters']['name_1']['expose']['use_operator'] = TRUE;
- $handler->display->display_options['filters']['name_1']['expose']['operator'] = 'name_1_op';
- $handler->display->display_options['filters']['name_1']['expose']['identifier'] = 'name_1';
- $handler->display->display_options['filters']['name_1']['expose']['remember_roles'] = [
- 2 => '2',
- 1 => 0,
- 3 => 0,
- ];
- $handler->display->display_options['filters']['name_1']['max_length'] = '40';
- /* Display: Page */
- $handler = $view->new_display('page', 'Page', 'page');
- $handler->display->display_options['path'] = 'admin/tripal/legacy/tripal_phylogeny/phylotree';
- $handler->display->display_options['menu']['type'] = 'default tab';
- $handler->display->display_options['menu']['title'] = 'Trees';
- $handler->display->display_options['menu']['weight'] = '0';
- $handler->display->display_options['menu']['context'] = 0;
- $handler->display->display_options['menu']['context_only_inline'] = 0;
- $handler->display->display_options['tab_options']['weight'] = '0';
- return $view;
- }
- /**
- * Defines the phylotree user search default view.
- *
- * @ingroup tripal_legacy_phylogeny
- */
- function tripal_phylogeny_defaultvalue_user_phylotrees() {
- $view = new view();
- $view->name = 'tripal_phylogeny_user_phylotree';
- $view->description = 'Allows users to search phylotree data';
- $view->tag = 'tripal search';
- $view->base_table = 'phylotree_count';
- $view->human_name = 'Phylogeny User Search';
- $view->core = 0;
- $view->api_version = '3.0';
- $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
- /* Display: phylotrees_all */
- $handler = $view->new_display('default', 'phylotrees_all', 'default');
- $handler->display->display_options['title'] = 'Phylogeny User Search';
- $handler->display->display_options['use_more_always'] = FALSE;
- $handler->display->display_options['access']['type'] = 'perm';
- $handler->display->display_options['access']['perm'] = 'access chado_phylotree content';
- $handler->display->display_options['cache']['type'] = 'none';
- $handler->display->display_options['query']['type'] = 'views_query';
- $handler->display->display_options['exposed_form']['type'] = 'basic';
- $handler->display->display_options['pager']['type'] = 'full';
- $handler->display->display_options['pager']['options']['items_per_page'] = '15';
- $handler->display->display_options['pager']['options']['offset'] = '0';
- $handler->display->display_options['pager']['options']['id'] = '0';
- $handler->display->display_options['pager']['options']['quantity'] = '9';
- $handler->display->display_options['style_plugin'] = 'table';
- /* Header: Global: Text area */
- $handler->display->display_options['header']['area']['id'] = 'area';
- $handler->display->display_options['header']['area']['table'] = 'views';
- $handler->display->display_options['header']['area']['field'] = 'area';
- $handler->display->display_options['header']['area']['empty'] = TRUE;
- $handler->display->display_options['header']['area']['content'] = 'Search for a gene family by submitting annotation terms, PFAM IDs, or GO terms in the "Tree Description" field (e.g.cytochrome, IPR008914, homeobox leucine zipper, or GO:0003677) ... or by "Family ID" (e.g. 54689426; these IDs correspond to the Phytozome v10 gene families).
- ';
- $handler->display->display_options['header']['area']['format'] = 'filtered_html';
- /* Header: Global: Result summary */
- $handler->display->display_options['header']['result']['id'] = 'result';
- $handler->display->display_options['header']['result']['table'] = 'views';
- $handler->display->display_options['header']['result']['field'] = 'result';
- /* Footer: Global: Result summary */
- $handler->display->display_options['footer']['result']['id'] = 'result';
- $handler->display->display_options['footer']['result']['table'] = 'views';
- $handler->display->display_options['footer']['result']['field'] = 'result';
- $handler->display->display_options['footer']['result']['content'] = 'Displaying @start - @end of @total records found.';
- /* Field: phylotree_count: Family ID */
- $handler->display->display_options['fields']['phylotree_name']['id'] = 'phylotree_name';
- $handler->display->display_options['fields']['phylotree_name']['table'] = 'phylotree_count';
- $handler->display->display_options['fields']['phylotree_name']['field'] = 'phylotree_name';
- /* Field: phylotree_count: Description */
- $handler->display->display_options['fields']['phylotree_comment']['id'] = 'phylotree_comment';
- $handler->display->display_options['fields']['phylotree_comment']['table'] = 'phylotree_count';
- $handler->display->display_options['fields']['phylotree_comment']['field'] = 'phylotree_comment';
- /* Field: phylotree_count: Total count */
- $handler->display->display_options['fields']['total_count']['id'] = 'total_count';
- $handler->display->display_options['fields']['total_count']['table'] = 'phylotree_count';
- $handler->display->display_options['fields']['total_count']['field'] = 'total_count';
- /* Filter criterion: phylotree_count: Family ID */
- $handler->display->display_options['filters']['phylotree_name']['id'] = 'phylotree_name';
- $handler->display->display_options['filters']['phylotree_name']['table'] = 'phylotree_count';
- $handler->display->display_options['filters']['phylotree_name']['field'] = 'phylotree_name';
- $handler->display->display_options['filters']['phylotree_name']['exposed'] = TRUE;
- $handler->display->display_options['filters']['phylotree_name']['expose']['operator_id'] = 'phylotree_name_op';
- $handler->display->display_options['filters']['phylotree_name']['expose']['label'] = 'Family ID';
- $handler->display->display_options['filters']['phylotree_name']['expose']['use_operator'] = TRUE;
- $handler->display->display_options['filters']['phylotree_name']['expose']['operator'] = 'phylotree_name_op';
- $handler->display->display_options['filters']['phylotree_name']['expose']['identifier'] = 'phylotree_name';
- $handler->display->display_options['filters']['phylotree_name']['expose']['remember_roles'] = [
- 2 => '2',
- 1 => 0,
- 4 => 0,
- ];
- $handler->display->display_options['filters']['phylotree_name']['max_length'] = '40';
- /* Filter criterion: phylotree_count: Description */
- $handler->display->display_options['filters']['phylotree_comment']['id'] = 'phylotree_comment';
- $handler->display->display_options['filters']['phylotree_comment']['table'] = 'phylotree_count';
- $handler->display->display_options['filters']['phylotree_comment']['field'] = 'phylotree_comment';
- $handler->display->display_options['filters']['phylotree_comment']['operator'] = 'allwords';
- $handler->display->display_options['filters']['phylotree_comment']['exposed'] = TRUE;
- $handler->display->display_options['filters']['phylotree_comment']['expose']['operator_id'] = 'phylotree_comment_op';
- $handler->display->display_options['filters']['phylotree_comment']['expose']['label'] = 'Tree Description';
- $handler->display->display_options['filters']['phylotree_comment']['expose']['use_operator'] = TRUE;
- $handler->display->display_options['filters']['phylotree_comment']['expose']['operator'] = 'phylotree_comment_op';
- $handler->display->display_options['filters']['phylotree_comment']['expose']['identifier'] = 'phylotree_comment';
- $handler->display->display_options['filters']['phylotree_comment']['expose']['remember_roles'] = [
- 2 => '2',
- 1 => 0,
- 4 => 0,
- ];
- $handler->display->display_options['filters']['phylotree_comment']['max_length'] = '40';
- /* Filter criterion: phylotree_count: Total count */
- $handler->display->display_options['filters']['total_count']['id'] = 'total_count';
- $handler->display->display_options['filters']['total_count']['table'] = 'phylotree_count';
- $handler->display->display_options['filters']['total_count']['field'] = 'total_count';
- $handler->display->display_options['filters']['total_count']['exposed'] = TRUE;
- $handler->display->display_options['filters']['total_count']['expose']['operator_id'] = 'total_count_op';
- $handler->display->display_options['filters']['total_count']['expose']['label'] = 'Total count';
- $handler->display->display_options['filters']['total_count']['expose']['use_operator'] = TRUE;
- $handler->display->display_options['filters']['total_count']['expose']['operator'] = 'total_count_op';
- $handler->display->display_options['filters']['total_count']['expose']['identifier'] = 'total_count';
- $handler->display->display_options['filters']['total_count']['expose']['remember_roles'] = [
- 2 => '2',
- 1 => 0,
- 4 => 0,
- ];
- /* Display: Phylogeny */
- $handler = $view->new_display('page', 'Phylogeny', 'page');
- $handler->display->display_options['path'] = 'chado/phylotree';
- $handler->display->display_options['menu']['type'] = 'normal';
- $handler->display->display_options['menu']['title'] = 'Phylogeny';
- $handler->display->display_options['menu']['description'] = 'Gene trees, species trees, etc.';
- $handler->display->display_options['menu']['weight'] = '-10';
- return $view;
- }
|