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
7f7a24f7
Commit
7f7a24f7
authored
Feb 15, 2013
by
Matthieu Muffato
Browse files
The modules of the analysis must be loadable
parent
30dbffd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
modules/Bio/EnsEMBL/Hive/PipeConfig/HiveGeneric_conf.pm
modules/Bio/EnsEMBL/Hive/PipeConfig/HiveGeneric_conf.pm
+3
-0
No files found.
modules/Bio/EnsEMBL/Hive/PipeConfig/HiveGeneric_conf.pm
View file @
7f7a24f7
...
...
@@ -417,6 +417,9 @@ sub run {
$rc_id
=
$rc
->
dbID
();
}
eval
"
require
$module
;
";
die
"
The module '
$module
' cannot be loaded.
\n
$@
"
if
$@
;
$analysis
=
Bio::EnsEMBL::Hive::
Analysis
->
new
(
-
logic_name
=>
$logic_name
,
-
module
=>
$module
,
...
...
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