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
bdb6cedf
Commit
bdb6cedf
authored
Mar 01, 2011
by
Maurice Hendrix
Browse files
-q commit -m "added option nolog\n-nolog 1 will dump the output to stdout
parent
44c16a1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
modules/Bio/EnsEMBL/Utils/ConversionSupport.pm
modules/Bio/EnsEMBL/Utils/ConversionSupport.pm
+3
-1
No files found.
modules/Bio/EnsEMBL/Utils/ConversionSupport.pm
View file @
bdb6cedf
...
...
@@ -118,6 +118,7 @@ sub parse_common_options {
'
pass|dbpass|db_pass=s
',
'
conffile|conf=s
',
'
logfile|log=s
',
'
nolog|nolog=s
',
'
logpath=s
',
'
logappend|log_append=s
',
'
verbose|v=s
',
...
...
@@ -162,7 +163,7 @@ sub parse_common_options {
if
(
not
(
defined
(
$self
->
param
('
logpath
')))){
$self
->
param
('
logpath
',
"
/ensemblweb/vega_dev/shared/logs/conversion/
"
.
$self
->
param
('
dbname
')
.
"
/
"
);
}
if
(
not
(
defined
(
$self
->
param
('
logfile
')
))
){
if
(
(
not
defined
$self
->
param
('
logfile
')
)
&&
(
not
defined
$self
->
param
('
nolog
')
)
){
my
$log
=
$Script
;
$log
=~
s/.pl//g
;
my
$counter
;
...
...
@@ -248,6 +249,7 @@ sub get_common_params {
port
user
pass
nolog
logpath
logfile
logappend
...
...
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