From: Deborah P. <pi...@pc...> - 2005-01-12 19:40:52
|
The view defintion for dots.transcript and dotsver.transcriptver does not conform to the superclass. The SQL will be altered within our instance and incorporated into GUS 3.5 as the following: (dotsver.transcriptver should correspond to this query) SELECT na_feature_id, na_sequence_id, subclass_view, name, sequence_ontology_id, parent_id, external_database_release_id, source_id, prediction_algorithm_id, is_predicted, review_status_id, string1 as citation, string2 as clone, string3 as codon, int1 as codon_start, string4 as cons_splice, string5 as ec_number, string6 as evidence, string7 as function, string8 as gene, string9 as label, string10 as map, string11 as num, string12 as partial, string13 as product, string14 as protein_id, string15 as pseudo, string16 as standard_name, text1 as translation, string17 as transl_except, int2 as transl_table, string18 as usedin, tinyint1 as is_partial, tinyint2 as is_pseudo, modification_date, user_read, user_write, group_read, group_write, other_read, other_write, row_user_id, row_group_id, row_project_id, row_alg_invocation_id, FROM NAFeatureImp WHERE subclass_view = 'Transcript' WITH CHECK OPTION |