File: sequence-cv-helper.sqlapi

package info (click to toggle)
libchado-perl 1.31-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,728 kB
  • sloc: sql: 282,721; xml: 192,553; perl: 25,524; sh: 102; python: 73; makefile: 57
file content (7 lines) | stat: -rw-r--r-- 598 bytes parent folder | download | duplicates (6)
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';