exported_est_search_view.txt 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654
  1. $view = new view;
  2. $view->name = 'est_search';
  3. $view->description = 'EST Search';
  4. $view->tag = '';
  5. $view->view_php = '';
  6. $view->base_table = 'feature_for_search';
  7. $view->is_cacheable = FALSE;
  8. $view->api_version = 2;
  9. $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
  10. $handler = $view->new_display('default', 'Defaults', 'default');
  11. $handler->override_option('fields', array(
  12. 'counter' => array(
  13. 'label' => '#',
  14. 'alter' => array(
  15. 'alter_text' => 0,
  16. 'text' => '',
  17. 'make_link' => 0,
  18. 'path' => '',
  19. 'link_class' => '',
  20. 'alt' => '',
  21. 'prefix' => '',
  22. 'suffix' => '',
  23. 'target' => '',
  24. 'help' => '',
  25. 'trim' => 0,
  26. 'max_length' => '',
  27. 'word_boundary' => 1,
  28. 'ellipsis' => 1,
  29. 'html' => 0,
  30. 'strip_tags' => 0,
  31. ),
  32. 'empty' => '',
  33. 'hide_empty' => 0,
  34. 'empty_zero' => 0,
  35. 'counter_start' => '1',
  36. 'exclude' => 0,
  37. 'id' => 'counter',
  38. 'table' => 'views',
  39. 'field' => 'counter',
  40. 'relationship' => 'none',
  41. ),
  42. 'feature_id' => array(
  43. 'label' => 'feature ID',
  44. 'alter' => array(
  45. 'alter_text' => 0,
  46. 'text' => '',
  47. 'make_link' => 0,
  48. 'path' => '',
  49. 'link_class' => '',
  50. 'alt' => '',
  51. 'prefix' => '',
  52. 'suffix' => '',
  53. 'target' => '',
  54. 'help' => '',
  55. 'trim' => 0,
  56. 'max_length' => '',
  57. 'word_boundary' => 1,
  58. 'ellipsis' => 1,
  59. 'html' => 0,
  60. 'strip_tags' => 0,
  61. ),
  62. 'empty' => '',
  63. 'hide_empty' => 0,
  64. 'empty_zero' => 0,
  65. 'set_precision' => FALSE,
  66. 'precision' => 0,
  67. 'decimal' => '.',
  68. 'separator' => '',
  69. 'prefix' => '',
  70. 'suffix' => '',
  71. 'exclude' => 1,
  72. 'id' => 'feature_id',
  73. 'table' => 'feature_for_search',
  74. 'field' => 'feature_id',
  75. 'relationship' => 'none',
  76. ),
  77. 'feature_name' => array(
  78. 'label' => 'Sequence',
  79. 'alter' => array(
  80. 'alter_text' => 0,
  81. 'text' => '',
  82. 'make_link' => 1,
  83. 'path' => 'ID[feature_id]',
  84. 'link_class' => '',
  85. 'alt' => '',
  86. 'prefix' => '',
  87. 'suffix' => '',
  88. 'target' => '',
  89. 'help' => '',
  90. 'trim' => 0,
  91. 'max_length' => '',
  92. 'word_boundary' => 1,
  93. 'ellipsis' => 1,
  94. 'html' => 0,
  95. 'strip_tags' => 0,
  96. ),
  97. 'empty' => '',
  98. 'hide_empty' => 0,
  99. 'empty_zero' => 0,
  100. 'exclude' => 0,
  101. 'id' => 'feature_name',
  102. 'table' => 'feature_for_search',
  103. 'field' => 'feature_name',
  104. 'relationship' => 'none',
  105. ),
  106. 'organism_common_name' => array(
  107. 'label' => 'Organism',
  108. 'alter' => array(
  109. 'alter_text' => 0,
  110. 'text' => '',
  111. 'make_link' => 0,
  112. 'path' => '',
  113. 'link_class' => '',
  114. 'alt' => '',
  115. 'prefix' => '',
  116. 'suffix' => '',
  117. 'target' => '',
  118. 'help' => '',
  119. 'trim' => 0,
  120. 'max_length' => '',
  121. 'word_boundary' => 1,
  122. 'ellipsis' => 1,
  123. 'html' => 0,
  124. 'strip_tags' => 0,
  125. ),
  126. 'empty' => '',
  127. 'hide_empty' => 0,
  128. 'empty_zero' => 0,
  129. 'exclude' => 0,
  130. 'id' => 'organism_common_name',
  131. 'table' => 'feature_for_search',
  132. 'field' => 'organism_common_name',
  133. 'relationship' => 'none',
  134. ),
  135. 'feature_seqlen' => array(
  136. 'label' => 'Length',
  137. 'alter' => array(
  138. 'alter_text' => 1,
  139. 'text' => '[feature_seqlen] bp',
  140. 'make_link' => 0,
  141. 'path' => '',
  142. 'link_class' => '',
  143. 'alt' => '',
  144. 'prefix' => '',
  145. 'suffix' => '',
  146. 'target' => '',
  147. 'help' => '',
  148. 'trim' => 0,
  149. 'max_length' => '',
  150. 'word_boundary' => 1,
  151. 'ellipsis' => 1,
  152. 'html' => 0,
  153. 'strip_tags' => 0,
  154. ),
  155. 'empty' => '',
  156. 'hide_empty' => 0,
  157. 'empty_zero' => 0,
  158. 'set_precision' => FALSE,
  159. 'precision' => 0,
  160. 'decimal' => '.',
  161. 'separator' => ',',
  162. 'prefix' => '',
  163. 'suffix' => '',
  164. 'exclude' => 0,
  165. 'id' => 'feature_seqlen',
  166. 'table' => 'feature_for_search',
  167. 'field' => 'feature_seqlen',
  168. 'relationship' => 'none',
  169. ),
  170. 'feature_type' => array(
  171. 'label' => 'Type',
  172. 'alter' => array(
  173. 'alter_text' => 0,
  174. 'text' => '',
  175. 'make_link' => 0,
  176. 'path' => '',
  177. 'link_class' => '',
  178. 'alt' => '',
  179. 'prefix' => '',
  180. 'suffix' => '',
  181. 'target' => '',
  182. 'help' => '',
  183. 'trim' => 0,
  184. 'max_length' => '',
  185. 'word_boundary' => 1,
  186. 'ellipsis' => 1,
  187. 'html' => 0,
  188. 'strip_tags' => 0,
  189. ),
  190. 'empty' => '',
  191. 'hide_empty' => 0,
  192. 'empty_zero' => 0,
  193. 'exclude' => 0,
  194. 'id' => 'feature_type',
  195. 'table' => 'feature_for_search',
  196. 'field' => 'feature_type',
  197. 'relationship' => 'none',
  198. ),
  199. 'go_term' => array(
  200. 'label' => 'GO Term',
  201. 'alter' => array(
  202. 'alter_text' => 0,
  203. 'text' => '',
  204. 'make_link' => 0,
  205. 'path' => '',
  206. 'link_class' => '',
  207. 'alt' => '',
  208. 'prefix' => '',
  209. 'suffix' => '',
  210. 'target' => '',
  211. 'help' => '',
  212. 'trim' => 0,
  213. 'max_length' => '',
  214. 'word_boundary' => 1,
  215. 'ellipsis' => 1,
  216. 'html' => 0,
  217. 'strip_tags' => 0,
  218. ),
  219. 'empty' => '',
  220. 'hide_empty' => 0,
  221. 'empty_zero' => 0,
  222. 'exclude' => 0,
  223. 'id' => 'go_term',
  224. 'table' => 'feature_for_search',
  225. 'field' => 'go_term',
  226. 'relationship' => 'none',
  227. ),
  228. 'blast_value' => array(
  229. 'label' => 'Blast',
  230. 'alter' => array(
  231. 'alter_text' => 0,
  232. 'text' => '',
  233. 'make_link' => 0,
  234. 'path' => '',
  235. 'link_class' => '',
  236. 'alt' => '',
  237. 'prefix' => '',
  238. 'suffix' => '',
  239. 'target' => '',
  240. 'help' => '',
  241. 'trim' => 1,
  242. 'max_length' => '200',
  243. 'word_boundary' => 0,
  244. 'ellipsis' => 1,
  245. 'html' => 0,
  246. 'strip_tags' => 0,
  247. ),
  248. 'empty' => '',
  249. 'hide_empty' => 0,
  250. 'empty_zero' => 0,
  251. 'exclude' => 0,
  252. 'id' => 'blast_value',
  253. 'table' => 'feature_for_search',
  254. 'field' => 'blast_value',
  255. 'relationship' => 'none',
  256. ),
  257. 'kegg_value' => array(
  258. 'label' => 'KEGG',
  259. 'alter' => array(
  260. 'alter_text' => 0,
  261. 'text' => '',
  262. 'make_link' => 0,
  263. 'path' => '',
  264. 'link_class' => '',
  265. 'alt' => '',
  266. 'prefix' => '',
  267. 'suffix' => '',
  268. 'target' => '',
  269. 'help' => '',
  270. 'trim' => 1,
  271. 'max_length' => '200',
  272. 'word_boundary' => 0,
  273. 'ellipsis' => 1,
  274. 'html' => 0,
  275. 'strip_tags' => 0,
  276. ),
  277. 'empty' => '',
  278. 'hide_empty' => 0,
  279. 'empty_zero' => 0,
  280. 'exclude' => 0,
  281. 'id' => 'kegg_value',
  282. 'table' => 'feature_for_search',
  283. 'field' => 'kegg_value',
  284. 'relationship' => 'none',
  285. ),
  286. 'interpro_value' => array(
  287. 'label' => 'Interpro',
  288. 'alter' => array(
  289. 'alter_text' => 0,
  290. 'text' => '',
  291. 'make_link' => 0,
  292. 'path' => '',
  293. 'link_class' => '',
  294. 'alt' => '',
  295. 'prefix' => '',
  296. 'suffix' => '',
  297. 'target' => '',
  298. 'help' => '',
  299. 'trim' => 1,
  300. 'max_length' => '200',
  301. 'word_boundary' => 0,
  302. 'ellipsis' => 1,
  303. 'html' => 0,
  304. 'strip_tags' => 0,
  305. ),
  306. 'empty' => '',
  307. 'hide_empty' => 0,
  308. 'empty_zero' => 0,
  309. 'exclude' => 0,
  310. 'id' => 'interpro_value',
  311. 'table' => 'feature_for_search',
  312. 'field' => 'interpro_value',
  313. 'relationship' => 'none',
  314. ),
  315. ));
  316. $handler->override_option('arguments', array(
  317. 'null' => array(
  318. 'default_action' => 'default',
  319. 'style_plugin' => 'default_summary',
  320. 'style_options' => array(),
  321. 'wildcard' => 'all',
  322. 'wildcard_substitution' => 'All',
  323. 'title' => '',
  324. 'breadcrumb' => '',
  325. 'default_argument_type' => 'fixed',
  326. 'default_argument' => '',
  327. 'validate_type' => 'php',
  328. 'validate_fail' => 'empty',
  329. 'must_not_be' => 0,
  330. 'id' => 'null',
  331. 'table' => 'views',
  332. 'field' => 'null',
  333. 'validate_user_argument_type' => 'uid',
  334. 'validate_user_roles' => array(
  335. '2' => 0,
  336. '3' => 0,
  337. '5' => 0,
  338. '4' => 0,
  339. ),
  340. 'relationship' => 'none',
  341. 'default_options_div_prefix' => '',
  342. 'default_argument_fixed' => '',
  343. 'default_argument_user' => 0,
  344. 'default_argument_php' => '',
  345. 'validate_argument_node_type' => array(
  346. 'iframe' => 0,
  347. 'news' => 0,
  348. 'chado_analysis' => 0,
  349. 'chado_analysis_blast' => 0,
  350. 'chado_analysis_interpro' => 0,
  351. 'chado_analysis_kegg' => 0,
  352. 'chado_analysis_unigene' => 0,
  353. 'chado_feature' => 0,
  354. 'chado_library' => 0,
  355. 'chado_organism' => 0,
  356. 'calendar_event' => 0,
  357. 'page' => 0,
  358. 'story' => 0,
  359. ),
  360. 'validate_argument_node_access' => 0,
  361. 'validate_argument_nid_type' => 'nid',
  362. 'validate_argument_vocabulary' => array(
  363. '17' => 0,
  364. '13' => 0,
  365. '14' => 0,
  366. '15' => 0,
  367. '16' => 0,
  368. '9' => 0,
  369. '10' => 0,
  370. '11' => 0,
  371. '12' => 0,
  372. '5' => 0,
  373. '6' => 0,
  374. '7' => 0,
  375. '8' => 0,
  376. ),
  377. 'validate_argument_type' => 'tid',
  378. 'validate_argument_transform' => 0,
  379. 'validate_user_restrict_roles' => 0,
  380. 'validate_argument_php' => 'if (count($view->exposed_input)) {
  381. return TRUE;
  382. }',
  383. ),
  384. ));
  385. $handler->override_option('filters', array(
  386. 'feature_name' => array(
  387. 'operator' => 'contains',
  388. 'value' => '',
  389. 'group' => '0',
  390. 'exposed' => TRUE,
  391. 'expose' => array(
  392. 'use_operator' => 1,
  393. 'operator' => 'feature_name_op',
  394. 'identifier' => 'feature_name',
  395. 'label' => 'sequence name',
  396. 'optional' => 1,
  397. 'remember' => 0,
  398. ),
  399. 'case' => 0,
  400. 'id' => 'feature_name',
  401. 'table' => 'feature_for_search',
  402. 'field' => 'feature_name',
  403. 'relationship' => 'none',
  404. ),
  405. 'feature_seqlen' => array(
  406. 'operator' => '>=',
  407. 'value' => array(
  408. 'value' => '',
  409. 'min' => '',
  410. 'max' => '',
  411. ),
  412. 'group' => '0',
  413. 'exposed' => TRUE,
  414. 'expose' => array(
  415. 'use_operator' => 1,
  416. 'operator' => 'feature_seqlen_op',
  417. 'identifier' => 'feature_seqlen',
  418. 'label' => 'sequence length (bp)',
  419. 'optional' => 1,
  420. 'remember' => 0,
  421. ),
  422. 'id' => 'feature_seqlen',
  423. 'table' => 'feature_for_search',
  424. 'field' => 'feature_seqlen',
  425. 'relationship' => 'none',
  426. ),
  427. 'feature_type' => array(
  428. 'operator' => '=',
  429. 'value' => '260',
  430. 'group' => '0',
  431. 'exposed' => TRUE,
  432. 'expose' => array(
  433. 'use_operator' => 0,
  434. 'operator' => 'feature_type_op',
  435. 'identifier' => 'feature_type',
  436. 'label' => 'type of sequence',
  437. 'optional' => 1,
  438. 'remember' => 0,
  439. ),
  440. 'case' => 0,
  441. 'id' => 'feature_type',
  442. 'table' => 'feature_for_search',
  443. 'field' => 'feature_type',
  444. 'relationship' => 'none',
  445. ),
  446. 'go_term' => array(
  447. 'operator' => 'contains',
  448. 'value' => '',
  449. 'group' => '0',
  450. 'exposed' => TRUE,
  451. 'expose' => array(
  452. 'use_operator' => 1,
  453. 'operator' => 'go_term_op',
  454. 'identifier' => 'go_term',
  455. 'label' => 'GO term',
  456. 'optional' => 1,
  457. 'remember' => 0,
  458. ),
  459. 'case' => 0,
  460. 'id' => 'go_term',
  461. 'table' => 'feature_for_search',
  462. 'field' => 'go_term',
  463. 'relationship' => 'none',
  464. ),
  465. 'organism_common_name' => array(
  466. 'operator' => '=',
  467. 'value' => 'chickpea',
  468. 'group' => '0',
  469. 'exposed' => TRUE,
  470. 'expose' => array(
  471. 'use_operator' => 0,
  472. 'operator' => 'organism_common_name_op',
  473. 'identifier' => 'organism_common_name',
  474. 'label' => 'organism',
  475. 'optional' => 1,
  476. 'remember' => 0,
  477. ),
  478. 'case' => 0,
  479. 'id' => 'organism_common_name',
  480. 'table' => 'feature_for_search',
  481. 'field' => 'organism_common_name',
  482. 'relationship' => 'none',
  483. ),
  484. 'unigene' => array(
  485. 'operator' => '=',
  486. 'value' => 'Cicer arietinum unigene v1',
  487. 'group' => '0',
  488. 'exposed' => TRUE,
  489. 'expose' => array(
  490. 'use_operator' => 0,
  491. 'operator' => 'unigene_op',
  492. 'identifier' => 'unigene',
  493. 'label' => 'belongs to unigene',
  494. 'optional' => 1,
  495. 'remember' => 0,
  496. ),
  497. 'case' => 0,
  498. 'id' => 'unigene',
  499. 'table' => 'feature_for_search',
  500. 'field' => 'unigene',
  501. 'relationship' => 'none',
  502. ),
  503. 'interpro_value' => array(
  504. 'operator' => 'contains',
  505. 'value' => '',
  506. 'group' => '0',
  507. 'exposed' => TRUE,
  508. 'expose' => array(
  509. 'use_operator' => 1,
  510. 'operator' => 'interpro_value_op',
  511. 'identifier' => 'interpro_value',
  512. 'label' => 'interpro description',
  513. 'optional' => 1,
  514. 'remember' => 0,
  515. ),
  516. 'case' => 0,
  517. 'id' => 'interpro_value',
  518. 'table' => 'feature_for_search',
  519. 'field' => 'interpro_value',
  520. 'relationship' => 'none',
  521. ),
  522. 'blast_value' => array(
  523. 'operator' => 'contains',
  524. 'value' => '',
  525. 'group' => '0',
  526. 'exposed' => TRUE,
  527. 'expose' => array(
  528. 'use_operator' => 1,
  529. 'operator' => 'blast_value_op',
  530. 'identifier' => 'blast_value',
  531. 'label' => 'blast description',
  532. 'optional' => 1,
  533. 'remember' => 0,
  534. ),
  535. 'case' => 0,
  536. 'id' => 'blast_value',
  537. 'table' => 'feature_for_search',
  538. 'field' => 'blast_value',
  539. 'relationship' => 'none',
  540. ),
  541. 'kegg_value' => array(
  542. 'operator' => 'contains',
  543. 'value' => '',
  544. 'group' => '0',
  545. 'exposed' => TRUE,
  546. 'expose' => array(
  547. 'use_operator' => 1,
  548. 'operator' => 'kegg_value_op',
  549. 'identifier' => 'kegg_value',
  550. 'label' => 'kegg description',
  551. 'optional' => 1,
  552. 'remember' => 0,
  553. ),
  554. 'case' => 0,
  555. 'id' => 'kegg_value',
  556. 'table' => 'feature_for_search',
  557. 'field' => 'kegg_value',
  558. 'relationship' => 'none',
  559. ),
  560. ));
  561. $handler->override_option('access', array(
  562. 'type' => 'none',
  563. ));
  564. $handler->override_option('cache', array(
  565. 'type' => 'none',
  566. ));
  567. $handler->override_option('title', 'EST Unigene Search');
  568. $handler->override_option('css_class', 'tripal-search-feature');
  569. $handler->override_option('empty', '<?php
  570. $view = views_get_current_view();
  571. if (count($view->exposed_input)) {
  572. drupal_set_message("Your search returns no results. Please adjust your search criteria and try again.");
  573. }
  574. ?>');
  575. $handler->override_option('empty_format', '3');
  576. $handler->override_option('use_pager', '1');
  577. $handler->override_option('style_plugin', 'table');
  578. $handler->override_option('style_options', array(
  579. 'grouping' => '',
  580. 'override' => 1,
  581. 'sticky' => 0,
  582. 'order' => 'asc',
  583. 'columns' => array(
  584. 'feature_id' => 'feature_id',
  585. 'feature_name' => 'feature_name',
  586. 'feature_seqlen' => 'feature_seqlen',
  587. 'feature_type' => 'feature_type',
  588. 'go_term' => 'go_term',
  589. 'organism_common_name' => 'organism_common_name',
  590. 'unigene' => 'unigene',
  591. 'blast_value' => 'blast_value',
  592. 'kegg_value' => 'kegg_value',
  593. 'interpro_value' => 'interpro_value',
  594. ),
  595. 'info' => array(
  596. 'feature_id' => array(
  597. 'sortable' => 1,
  598. 'separator' => '',
  599. ),
  600. 'feature_name' => array(
  601. 'sortable' => 1,
  602. 'separator' => '',
  603. ),
  604. 'feature_seqlen' => array(
  605. 'sortable' => 1,
  606. 'separator' => '',
  607. ),
  608. 'feature_type' => array(
  609. 'sortable' => 1,
  610. 'separator' => '',
  611. ),
  612. 'go_term' => array(
  613. 'sortable' => 1,
  614. 'separator' => '',
  615. ),
  616. 'organism_common_name' => array(
  617. 'sortable' => 1,
  618. 'separator' => '',
  619. ),
  620. 'unigene' => array(
  621. 'sortable' => 1,
  622. 'separator' => '',
  623. ),
  624. 'blast_value' => array(
  625. 'sortable' => 1,
  626. 'separator' => '',
  627. ),
  628. 'kegg_value' => array(
  629. 'sortable' => 1,
  630. 'separator' => '',
  631. ),
  632. 'interpro_value' => array(
  633. 'sortable' => 1,
  634. 'separator' => '',
  635. ),
  636. ),
  637. 'default' => '-1',
  638. ));
  639. $handler = $view->new_display('page', 'Page', 'page_1');
  640. $handler->override_option('path', 'est_search');
  641. $handler->override_option('menu', array(
  642. 'type' => 'normal',
  643. 'title' => 'EST Unigene Search',
  644. 'description' => 'Advanced Search for EST and unigenes',
  645. 'weight' => '0',
  646. 'name' => 'primary-links',
  647. ));
  648. $handler->override_option('tab_options', array(
  649. 'type' => 'none',
  650. 'title' => '',
  651. 'description' => '',
  652. 'weight' => 0,
  653. 'name' => 'navigation',
  654. ));