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

increment within loop

parent 15ca5aa0
No related branches found
No related tags found
4 merge requests!342Feature/schema update 96,!274ENSCORESW-2818: remove vega from xref code,!342Feature/schema update 96,!274ENSCORESW-2818: remove vega from xref code
......@@ -647,9 +647,9 @@ sub set_transcript_display_xrefs{
$$max_object_xref_id++;
$ins_object_xref_sth->execute($$max_object_xref_id, $tran_id, 'Transcript', $xref_added->{$id.":".$source_id},undef);
$ins_dep_ix_sth->execute($$max_object_xref_id, 100, 100);
$ext++;
}
$seen_gene->{$gene_symbol} = $ext;
$ext++;
return;
}
......
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