From a9cf22de6a8c30de658361793640811b5ba43093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?= <ak4@sanger.ac.uk> Date: Mon, 26 Sep 2011 14:52:02 +0000 Subject: [PATCH] Updated documentation for gene_archive and peptide_archive. --- sql/table.sql | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sql/table.sql b/sql/table.sql index d77c2fc4fe..9662f55509 100755 --- a/sql/table.sql +++ b/sql/table.sql @@ -2038,12 +2038,12 @@ CREATE TABLE transcript_supporting_feature ( @table gene_archive @desc Contains a snapshot of the stable IDs associated with genes deleted or changed between releases. Includes gene, transcript and translation stable IDs. -@column gene_stable_id Foreign key references to the @link gene_stable_id table. -@column gene_version Gene version. -@column transcript_stable_id Foreign key references to the @link transcript_stable_id table. -@column transcript_version Transcript version. -@column translation_stable_id Foreign key references to the @link transcript_stable_id table. -@column translation_version Translation version. +@column gene_stable_id Stable ID of retired gene. +@column gene_version Last live gene stable ID version. +@column transcript_stable_id Stable ID of associated transcript. +@column transcript_version Last live transcript stable ID version. +@column translation_stable_id Stable ID of associated translation. +@column translation_version Last live translation stable ID. @column peptide_archive_id Foreign key references to the @link peptide archive table. @column mapping_session_id Foreign key references to the @link mapping_session table. @@ -2169,8 +2169,8 @@ CREATE TABLE stable_id_event ( @desc Contains the peptides for deleted or changed translations. @column peptide_archive_id Primary key, internal identifier. -@column md5_checksum MD5 checksum hexadecimal digest of the sequence. -@column peptide_seq Peptide sequence. +@column md5_checksum MD5 checksum hexadecimal digest of the peptide sequence. +@column peptide_seq Peptide sequence of retired translation. */ -- GitLab