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-hive
Commits
bd20e0c6
Commit
bd20e0c6
authored
Apr 27, 2017
by
Matthieu Muffato
Browse files
The test method does not use Scripts::RunWorker any more
parent
b0f18922
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
modules/Bio/EnsEMBL/Hive/Utils/Test.pm
modules/Bio/EnsEMBL/Hive/Utils/Test.pm
+0
-2
No files found.
modules/Bio/EnsEMBL/Hive/Utils/Test.pm
View file @
bd20e0c6
...
...
@@ -40,7 +40,6 @@ use Bio::EnsEMBL::Hive::Utils::URL ('parse');
use
Bio::EnsEMBL::Hive::Scripts::
InitPipeline
;
use
Bio::EnsEMBL::Hive::Scripts::
StandaloneJob
;
use
Bio::EnsEMBL::Hive::Scripts::
RunWorker
;
our
@ISA
=
qw(Exporter)
;
...
...
@@ -243,7 +242,6 @@ sub _test_ehive_script {
Description : Run a worker on the given pipeline in the current process.
The worker options have been divided in three groups: the ones affecting its specialization,
the ones affecting its "life" (how long it lasts), and the ones controlling its execution mode.
See the implementation of Bio::EnsEMBL::Hive::Scripts::RunWorker::runWorker() for more details.
Returntype : None
Exceptions : TAP-style
Caller : general
...
...
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