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-otter
Commits
09521451
Commit
09521451
authored
Dec 06, 2022
by
Stefano Giorgetti
Browse files
change MM DB host
parent
bedd9888
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
modules/Bio/Otter/Utils/BulkMM.pm
modules/Bio/Otter/Utils/BulkMM.pm
+2
-2
modules/Bio/Otter/Utils/MM.pm
modules/Bio/Otter/Utils/MM.pm
+2
-2
No files found.
modules/Bio/Otter/Utils/BulkMM.pm
View file @
09521451
...
...
@@ -59,8 +59,8 @@ Readonly my %CLASS_TO_SOURCE => (
);
Readonly
my
%DEFAULT_OPTIONS
=>
(
host
=>
'
45.88.81.151
',
port
=>
3306
,
host
=>
'
mysql-ottermole-mushroom.ebi.ac.uk
',
port
=>
4728
,
user
=>
'
mm_readonly
',
name
=>
'
mm_ini
',
db_categories
=>
[
@SEQ_DB_CATEGORIES
],
...
...
modules/Bio/Otter/Utils/MM.pm
View file @
09521451
...
...
@@ -63,8 +63,8 @@ Readonly my %CLASS_TO_SOURCE => (
);
Readonly
my
%DEFAULT_OPTIONS
=>
(
host
=>
'
45.88.81.151
',
port
=>
3306
,
host
=>
'
mysql-ottermole-mushroom.ebi.ac.uk
',
port
=>
4728
,
user
=>
'
mm_readonly
',
name
=>
'
mm_ini
',
db_categories
=>
[
@DEFAULT_DB_CATEGORIES
],
...
...
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