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
0c1fa5d8
Commit
0c1fa5d8
authored
Jul 07, 2006
by
Steve Trevanion
Browse files
*** empty log message ***
parent
487f45ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
modules/Bio/EnsEMBL/Utils/ConversionSupport.pm
modules/Bio/EnsEMBL/Utils/ConversionSupport.pm
+0
-9
No files found.
modules/Bio/EnsEMBL/Utils/ConversionSupport.pm
View file @
0c1fa5d8
...
...
@@ -889,15 +889,6 @@ sub get_species_scientific_name {
$dba
||=
$self
->
dba
;
my
$sql_tmp
=
"
SELECT meta_value FROM meta WHERE meta_key =
\
'species.classification
\
' ORDER BY meta_id
";
my
$sql
=
$dba
->
dbc
->
add_limit_clause
(
$sql_tmp
,
2
);
# my $sql = qq(
# SELECT
# meta_value
# FROM
# meta
# WHERE meta_key = "species.classification"
# ORDER BY meta_id
# LIMIT 2
# );
my
$sth
=
$dba
->
dbc
->
db_handle
->
prepare
(
$sql
);
$sth
->
execute
;
my
@sp
;
...
...
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