File: sequence-cv-helper.sqlapi

package info (click to toggle)
libchado-perl 1.23-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 23,976 kB
  • ctags: 10,378
  • sloc: xml: 192,540; sql: 165,945; perl: 28,339; sh: 101; python: 73; makefile: 46
file content (7 lines) | stat: -rw-r--r-- 598 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
COMMENT ON FUNCTION get_cv_id_for_feature() IS 'return cv_id for SO';
COMMENT ON FUNCTION get_cv_id_for_featureprop() IS 'return cv_id for SOFP';
COMMENT ON FUNCTION get_cv_id_for_feature_relationship() IS 'return cv_id for OBO_REL';

COMMENT ON FUNCTION get_feature_type_id(VARCHAR) IS 'gets cvterm_id for a feature type by name - eg exon';
COMMENT ON FUNCTION get_featureprop_type_id(VARCHAR) IS 'gets cvterm_id for a featureprop type by name - eg anticodon';
COMMENT ON FUNCTION get_feature_relationship_type_id(VARCHAR) IS 'gets cvterm_id for a feature_relationship type by name - eg part_of';