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
bc49224a
Commit
bc49224a
authored
Nov 28, 2018
by
Mira
Committed by
GitHub
Nov 28, 2018
Browse files
Merge pull request #15 from Ensembl/feature/authorization_code
OTF Bug fix
parents
eeee24dc
db3b9463
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
13 deletions
+12
-13
modules/Bio/Otter/Utils/BulkMM.pm
modules/Bio/Otter/Utils/BulkMM.pm
+5
-5
modules/Bio/Otter/Utils/MM.pm
modules/Bio/Otter/Utils/MM.pm
+7
-8
No files found.
modules/Bio/Otter/Utils/BulkMM.pm
View file @
bc49224a
...
...
@@ -37,11 +37,11 @@ All cells in the entry.accession columns match
# NB: databases will be searched in the order in which they appear in this list
Readonly
my
@SEQ_DB_CATEGORIES
=>
qw(
emnew
_20160426
embl
_132
uniprot_
2018_01
uniprot_2018_01
refseq_80
em
bl
new
embl
release
uniprot_
archive
refseq
uniprot
)
;
Readonly
my
$UNIPARC
=>
'
uniprot_archive
';
...
...
modules/Bio/Otter/Utils/MM.pm
View file @
bc49224a
...
...
@@ -39,12 +39,12 @@ All cells in the entry.accession columns match
# NB: databases will be searched in the order in which they appear in this list
Readonly
my
@ALL_DB_CATEGORIES
=>
qw(
emnew
_20160426
embl
_132
uniprot
_2018_01
uniprot_
2018_01
refseq
_80
mushroom
_201512
em
bl
new
embl
release
uniprot
uniprot_
archive
refseq
mushroom
)
;
Readonly
my
$UNIPARC
=>
'
uniprot_archive
';
...
...
@@ -53,8 +53,7 @@ Readonly my @DEFAULT_DB_CATEGORIES => qw(
emnew_20160426
embl_132
uniprot_2018_01
uniprot_2018_01
refseq_80
uniprot_archive
)
;
Readonly
my
%CLASS_TO_SOURCE
=>
(
...
...
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