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
a79c6f5d
Commit
a79c6f5d
authored
Jan 27, 2011
by
Leo Gordon
Browse files
warning about running a pipeline without a name added
parent
80ff4d7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
scripts/beekeeper.pl
scripts/beekeeper.pl
+14
-0
No files found.
scripts/beekeeper.pl
View file @
a79c6f5d
...
...
@@ -159,6 +159,20 @@ sub main {
||
$self
->
{'
dba
'}
->
get_MetaContainer
->
list_value_by_key
("
name
")
->
[
0
]
);
unless
(
$pipeline_name
)
{
print
STDERR
"
+---------------------------------------------------------------------+
\n
";
print
STDERR
"
! !
\n
";
print
STDERR
"
! WARNING: !
\n
";
print
STDERR
"
! !
\n
";
print
STDERR
"
! At the moment your pipeline doesn't have 'pipeline_name' defined. !
\n
";
print
STDERR
"
! This may seriously impair your beekeeping experience unless you are !
\n
";
print
STDERR
"
! the only farm user. The name should be set in your PipeConfig file, !
\n
";
print
STDERR
"
! or if you are running an old pipeline you can just set it by hand !
\n
";
print
STDERR
"
! in the 'meta' table. !
\n
";
print
STDERR
"
! !
\n
";
print
STDERR
"
+---------------------------------------------------------------------+
\n
";
}
if
(
$local
)
{
$self
->
{'
meadow
'}
=
Bio::EnsEMBL::Hive::Meadow::
LOCAL
->
new
();
$self
->
{'
meadow
'}
->
total_running_workers_limit
(
$local_cpus
);
...
...
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