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-hive
Commits
d1c40a4f
Commit
d1c40a4f
authored
Feb 01, 2011
by
Miguel Pignatelli
Browse files
ensembl-hive_HEAD/scripts/init_pipeline.pl
parent
b6b7510e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
scripts/init_pipeline.pl
scripts/init_pipeline.pl
+2
-1
No files found.
scripts/init_pipeline.pl
View file @
d1c40a4f
...
...
@@ -44,7 +44,8 @@ sub module_from_file {
sub
process_options_and_run_module
{
my
$config_module
=
shift
@_
;
require
$config_module
;
eval
"
require
$config_module
;
";
die
$@
if
(
$@
);
my
$self
=
$config_module
->
new
();
...
...
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