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-otter
Commits
8cfbcfb6
Unverified
Commit
8cfbcfb6
authored
Aug 09, 2019
by
Marek Szuba
Committed by
GitHub
Aug 09, 2019
Browse files
Merge pull request #37 from Ensembl/
ENSCORESW-3022
Bio::Otter::Lace::Client updates related to
ENSCORESW-3022
parents
5884f815
c1212369
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
modules/Bio/Otter/Lace/Client.pm
modules/Bio/Otter/Lace/Client.pm
+10
-10
No files found.
modules/Bio/Otter/Lace/Client.pm
View file @
8cfbcfb6
...
...
@@ -1334,15 +1334,15 @@ sub get_slice_DE {
sub
slice_query
{
my
(
$self
,
$slice
)
=
@_
;
die
unless
wantarray
;
return
(
'
dataset
'
=>
$slice
->
dsname
(),
'
chr
'
=>
$slice
->
s
sname
(),
'
cs
'
=>
$slice
->
csname
(),
'
csver
'
=>
$slice
->
csver
(),
'
name
'
=>
$slice
->
seqname
(),
'
start
'
=>
$slice
->
start
(),
'
end
'
=>
$slice
->
end
()
)
,
'
author
'
=>
$self
->
author
;
return
(
'
dataset
'
=>
$slice
->
d
sname
(),
'
chr
'
=>
$slice
->
ssname
(),
'
cs
'
=>
$slice
->
csname
(),
'
csver
'
=>
$slice
->
csver
(),
'
name
'
=>
$slice
->
seqname
(),
'
start
'
=>
$slice
->
start
(),
'
end
'
=>
$slice
->
end
(),
)
;
}
...
...
@@ -1354,7 +1354,7 @@ sub do_authentication {
'
authenticate_me
',
{'
author
'
=>
$self
->
author
},
);
return
$user
return
$user
;
}
sub
get_all_SequenceSets_for_DataSet
{
...
...
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