Skip to content
Snippets Groups Projects
Commit 0887e6c9 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

ENSCORESW-2830: correct increment

parent cba58f9b
No related branches found
No related tags found
4 merge requests!342Feature/schema update 96,!279Bugfix/official naming,!342Feature/schema update 96,!279Bugfix/official naming
......@@ -631,7 +631,6 @@ sub set_transcript_display_xrefs{
}
foreach my $tran_id ( @{$gene_to_transcripts->{$gene_id}} ){
$ext = 201;
my $id = $gene_symbol."-".$ext;
if(!defined($source_id)){
croak "id = $id\n but NO source_id for this entry for $tran_source???\n";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment