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
61c52446
Commit
61c52446
authored
Aug 18, 2008
by
Ian Longden
Browse files
small fix to 2 typos
parent
794f9572
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm
modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm
+2
-2
No files found.
modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm
View file @
61c52446
...
...
@@ -1604,7 +1604,7 @@ sub cache_toplevel_seq_mappings {
SSQL
my
$sth
=
$self
->
prepare
(
$sql
);
$sth
->
bin_param
(
1
,
$self
->
species_id
(),
SQL_INTEGER
);
$sth
->
bin
d
_param
(
1
,
$self
->
species_id
(),
SQL_INTEGER
);
$sth
->
execute
();
my
$sequence_level
=
$sth
->
fetchrow_array
();
...
...
@@ -1627,7 +1627,7 @@ SSQL
WHERE
sra
.
seq_region_id
=
sr
.
seq_region_id
AND
sra
.
attrib_type_id
=
at
.
attrib_type_id
AND
at
.
code
=
"
toplevel
"
AND
cs
.
coord_system_id
=
sr
.
coord_system_id
;
AND
cs
.
coord_system_id
=
sr
.
coord_system_id
AND
cs
.
species_id
=
?
LSQL
...
...
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