Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl
Commits
ce36d9db
Commit
ce36d9db
authored
Feb 17, 2010
by
Ian Longden
Browse files
make sure type is lower case
parent
0bff5eb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
misc-scripts/xref_mapping/XrefParser/BaseParser.pm
misc-scripts/xref_mapping/XrefParser/BaseParser.pm
+2
-0
No files found.
misc-scripts/xref_mapping/XrefParser/BaseParser.pm
View file @
ce36d9db
...
...
@@ -1832,6 +1832,8 @@ sub get_taxonomy_from_species_id{
sub
get_direct_xref
{
my
(
$self
,
$stable_id
,
$type
,
$link
)
=
@_
;
$type
=
lc
(
$type
);
my
$sql
=
"
select general_xref_id from
${type}
_direct_xref d where ensembl_stable_id = ? and linkage_xref= ?
";
my
$direct_sth
=
$dbi
->
prepare
(
$sql
);
...
...
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