From 1dfa5820ba2c33a4872636ddba9401db6f052fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?= <ak4@sanger.ac.uk> Date: Wed, 13 Jun 2012 09:19:54 +0000 Subject: [PATCH] Doc update for calculate_version(). --- .../Bio/EnsEMBL/IdMapping/StableIdGenerator/EnsemblGeneric.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Bio/EnsEMBL/IdMapping/StableIdGenerator/EnsemblGeneric.pm b/modules/Bio/EnsEMBL/IdMapping/StableIdGenerator/EnsemblGeneric.pm index fb2aa419c7..f7738ed821 100644 --- a/modules/Bio/EnsEMBL/IdMapping/StableIdGenerator/EnsemblGeneric.pm +++ b/modules/Bio/EnsEMBL/IdMapping/StableIdGenerator/EnsemblGeneric.pm @@ -255,7 +255,7 @@ sub is_valid { genes, the rules for incrementing the version number are: - exons: if exon sequence changed - transcript: if spliced exon sequence changed - - translation: if transcript changed + - translation: if transcript or translation changed - gene: if any of its transcript changed Return type : String - the version to be used Exceptions : thrown on wrong argument -- GitLab