Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
198f76d8
Commit
198f76d8
authored
Apr 09, 2013
by
Magali Ruffier
Browse files
when projecting gene name to transcript, use display label as dbprimary_acc
parent
ec175b1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
misc-scripts/xref_mapping/XrefMapper/DisplayXrefs.pm
misc-scripts/xref_mapping/XrefMapper/DisplayXrefs.pm
+1
-1
No files found.
misc-scripts/xref_mapping/XrefMapper/DisplayXrefs.pm
View file @
198f76d8
...
...
@@ -770,7 +770,7 @@ sub transcript_names_from_gene {
$ins_ox_sth
->
execute
(
$ox_id
,
$transcript_id
,
$reuse_xref_id
);
$update_tran_sth
->
execute
(
$reuse_xref_id
,
$transcript_id
);
}
else
{
$ins_xref_sth
->
execute
(
$xref_id
,
$external_db_id
,
$
acc
.
"
-
"
.
$ext
,
$label
.
"
-
"
.
$ext
,
$description
);
$ins_xref_sth
->
execute
(
$xref_id
,
$external_db_id
,
$
label
.
"
-
"
.
$ext
,
$label
.
"
-
"
.
$ext
,
$description
);
$ins_ox_sth
->
execute
(
$ox_id
,
$transcript_id
,
$xref_id
);
$update_tran_sth
->
execute
(
$xref_id
,
$transcript_id
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment