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
5d9db78b
Commit
5d9db78b
authored
Jan 29, 2018
by
Brandon Walts
Browse files
more flexible regex for the LOCAL meadow to find workers
parent
57d58604
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/Bio/EnsEMBL/Hive/Meadow/LOCAL.pm
modules/Bio/EnsEMBL/Hive/Meadow/LOCAL.pm
+1
-1
No files found.
modules/Bio/EnsEMBL/Hive/Meadow/LOCAL.pm
View file @
5d9db78b
...
...
@@ -66,7 +66,7 @@ sub _command_line_to_extract_all_running_workers {
my
(
$self
)
=
@_
;
# Make sure we have excluded both 'awk' itself and commands like "less runWorker.pl" :
return
q{ps x -o state,pid,command -w -w | awk '(/runWorker.pl/ && ($3 ~ /perl$/) )'}
;
return
q{ps x -o state,pid,command -w -w | awk '(/runWorker.pl/ && ($3 ~ /perl
[[:digit:].]*
$/) )'}
;
}
...
...
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