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
4078bd68
Commit
4078bd68
authored
Apr 01, 2014
by
Leo Gordon
Browse files
bugfix: make sure substitutions mentioned in show_useful_commands are actually substituted
parent
01684654
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
modules/Bio/EnsEMBL/Hive/PipeConfig/HiveGeneric_conf.pm
modules/Bio/EnsEMBL/Hive/PipeConfig/HiveGeneric_conf.pm
+1
-0
No files found.
modules/Bio/EnsEMBL/Hive/PipeConfig/HiveGeneric_conf.pm
View file @
4078bd68
...
...
@@ -411,6 +411,7 @@ sub process_options {
my
@use_cases
=
(
'
pipeline_wide_parameters
',
'
resource_classes
',
'
pipeline_analyses
',
'
beekeeper_extra_cmdline_options
',
'
hive_meta_table
'
);
if
(
$include_pcc_use_case
)
{
unshift
@use_cases
,
'
pipeline_create_commands
';
push
@use_cases
,
'
show_useful_commands
';
}
$self
->
use_cases
(
\
@use_cases
);
...
...
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