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
a8282eb5
Commit
a8282eb5
authored
Jun 08, 2012
by
Leo Gordon
Browse files
fixed a bug that looked like a feature
parent
31459df9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
modules/Bio/EnsEMBL/Hive/PipeConfig/HiveGeneric_conf.pm
modules/Bio/EnsEMBL/Hive/PipeConfig/HiveGeneric_conf.pm
+2
-1
No files found.
modules/Bio/EnsEMBL/Hive/PipeConfig/HiveGeneric_conf.pm
View file @
a8282eb5
...
...
@@ -338,7 +338,8 @@ sub run {
my
$name
=
delete
$mt2param
->
{
-
desc
};
if
(
$rc_id
!~
/^\d+$/
)
{
$name
=
$rc_id
;
$name
=
$rc_id
;
$rc_id
=
undef
;
}
if
(
!
$name
or
$seen_resource_name
{
$name
}
++
)
{
...
...
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