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
Commits
3ecde033
Commit
3ecde033
authored
Sep 29, 2011
by
Web Group
Browse files
don't have to set log_basepath
parent
4763e4d2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
15 deletions
+16
-15
modules/Bio/EnsEMBL/Utils/ConversionSupport.pm
modules/Bio/EnsEMBL/Utils/ConversionSupport.pm
+16
-15
No files found.
modules/Bio/EnsEMBL/Utils/ConversionSupport.pm
View file @
3ecde033
...
...
@@ -161,9 +161,11 @@ sub parse_common_options {
# override configured parameter with commandline options
map
{
$self
->
param
(
$_
,
$h
{
$_
})
}
keys
%h
;
# if logpath & logfile are not set, set them here to /ensemblweb/
vega_dev/
shared/logs/conversion/DBNAME/SCRIPNAME_NN.log
# if logpath & logfile are not set, set them here to /ensemblweb/shared/logs/conversion/DBNAME/SCRIPNAME_NN.log
if
(
defined
(
$self
->
param
('
log_base_path
')))
{
if
(
!
defined
(
$self
->
param
('
log_base_path
')))
{
$self
->
param
('
log_base_path
','
/ensemblweb/shared/logs/conversion/
');
}
my
$dbname
=
$self
->
param
('
dbname
');
$dbname
=~
s/^vega_//
;
if
(
not
(
defined
(
$self
->
param
('
logpath
')))){
...
...
@@ -178,7 +180,6 @@ sub parse_common_options {
}
$self
->
param
('
logfile
',
$log
.
"
_
"
.
sprintf
("
%03d
",
$counter
)
.
"
.log
");
}
}
return
(
1
);
}
...
...
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