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
0baafddc
Commit
0baafddc
authored
May 24, 2010
by
Andreas Kusalananda Kähäri
Browse files
Small fixes.
parent
fa96f28e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
14 deletions
+5
-14
misc-scripts/CopyDBoverServer.pl
misc-scripts/CopyDBoverServer.pl
+5
-14
No files found.
misc-scripts/CopyDBoverServer.pl
View file @
0baafddc
...
...
@@ -16,20 +16,20 @@ my $start_time = time();
sub
short_usage
{
my
$indent
=
'
'
x
length
(
$
0
);
print
<<
EOT
;
print
<<
SHORT_USAGE_END
;
Usage:
$0 --pass=XXX [--noflush] [--nocheck] [--force] \\
$indent [--subset=XXX] [--help] input_file\
Use --help to get a much longer help text.
EOT
SHORT_USAGE_END
}
sub
long_usage
{
my
$indent
=
'
'
x
length
(
$
0
);
print
<<USAGE_END;
print
<<
LONG_
USAGE_END;
Usage:
$0 --pass=XXX [--noflush] [--nocheck] [--noopt] [--force] \\
$indent [--subset=XXX] [--help] input_file
...
...
@@ -123,7 +123,7 @@ Script restrictions:
stage.
USAGE_END
LONG_
USAGE_END
}
## end sub long_usage
my
(
$opt_password
,
$opt_flush
,
$opt_check
,
$opt_optimize
,
...
...
@@ -712,16 +712,7 @@ foreach my $spec (@todo) {
$spec
->
{'
source_db
'},
$spec
->
{'
target_db
'},
$spec
->
{'
status
'}
);
}
print
<<EOT;
DONE!
For best peace of mind, run analyze_db.ksh with the -c flag ('check') on
these databases. Use the -R flag ('repair') if anything was flagged as
corrupt or crashed. The analyze_db.ksh script lives in
ensembl-personal/release_coordination/scripts/
EOT
print
("
DONE!
\n
");
END
{
my
$seconds
=
time
()
-
$start_time
;
...
...
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