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
Commits
befced1d
Commit
befced1d
authored
Jan 18, 2011
by
Andreas Kusalananda Kähäri
Browse files
Forgotten format fix commit.
parent
de11a628
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
misc-scripts/production_database/scripts/push_analysis_descriptions.pl
...production_database/scripts/push_analysis_descriptions.pl
+4
-8
No files found.
misc-scripts/production_database/scripts/push_analysis_descriptions.pl
View file @
befced1d
...
...
@@ -89,10 +89,8 @@ if ( !GetOptions( 'release|r=i' => \$release,
'
dbuser|u=s
'
=>
\
$dbuser
,
'
dbpass|p=s
'
=>
\
$dbpass
,
'
help|h!
'
=>
\
$opt_help
,
'
about!
'
=>
\
$opt_about
)
||
$opt_help
)
'
about!
'
=>
\
$opt_about
)
||
$opt_help
)
{
usage
();
exit
();
...
...
@@ -145,8 +143,7 @@ FROM full_analysis_description
$display_label
,
$displayable
,
$web_data
);
$sth
->
bind_columns
(
\
(
$full_db_name
,
$logic_name
,
$description
,
$display_label
,
$displayable
,
$web_data
)
);
$display_label
,
$displayable
,
$web_data
)
);
while
(
$sth
->
fetch
()
)
{
my
$logic_name_lc
=
lc
(
$logic_name
);
...
...
@@ -229,8 +226,7 @@ foreach my $server (@servers) {
'
description
'
=>
undef
,
'
display_label
'
=>
undef
,
'
displayable
'
=>
undef
,
'
web_data
'
=>
undef
);
'
web_data
'
=>
undef
);
$sth2
->
bind_columns
(
\
(
$row
{'
exists
'},
$row
{'
analysis_id
'},
$row
{'
logic_name
'},
$row
{'
description
'},
...
...
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