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
88924c54
Commit
88924c54
authored
Jul 14, 2010
by
Leo Gordon
Browse files
compatibility with MacOS
parent
16acb062
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 @
88924c54
...
...
@@ -32,7 +32,7 @@ sub responsible_for_worker {
sub
status_of_all_my_workers
{
# returns a hashref
my
(
$self
)
=
@_
;
my
$cmd
=
'
ps -o state,pid,c
m
d -w -w
--no-header x
| grep runWorker.pl | grep -v "grep runWorker.pl"
';
my
$cmd
=
'
ps
x
-o state,pid,c
omman
d -w -w | grep runWorker.pl | grep -v "grep runWorker.pl"
';
# FIXME: if we want to incorporate Meadow->pipeline_name() filtering here,
# a dummy parameter to the runWorker.pl should probably be introduced
...
...
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