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-io
Commits
473f2f48
Commit
473f2f48
authored
Sep 26, 2018
by
Tiago Grego
Browse files
removed duplication
parent
74eb54bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
modules/Bio/EnsEMBL/IO/TabixParser.pm
modules/Bio/EnsEMBL/IO/TabixParser.pm
+0
-8
No files found.
modules/Bio/EnsEMBL/IO/TabixParser.pm
View file @
473f2f48
...
...
@@ -59,14 +59,6 @@ sub open {
$params
{'
use_tmp_dir
'}
=
1
;
}
my
%params
=
(
filename
=>
$filename
);
## Tabix will want to write the downloaded index file to
## the current working directory. By default this is '/'
if
(
$self
->
{'
params
'}{'
tmp_dir
'})
{
$params
{'
tmp_dir
'}
=
$self
->
{'
params
'}{'
tmp_dir
'};
$params
{'
use_tmp_dir
'}
=
1
;
}
$self
->
{
record
}
=
undef
;
$self
->
{
tabix_file
}
=
Bio::DB::HTS::
Tabix
->
new
(
%params
);
$self
->
{
iterator
}
=
undef
;
...
...
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