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
d62291b9
Commit
d62291b9
authored
Mar 12, 2008
by
Ian Longden
Browse files
MGI is now available in Uniprot so get this from here with the label
parent
87f8d036
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
misc-scripts/xref_mapping/XrefParser/UniProtParser.pm
misc-scripts/xref_mapping/XrefParser/UniProtParser.pm
+4
-0
No files found.
misc-scripts/xref_mapping/XrefParser/UniProtParser.pm
View file @
d62291b9
...
...
@@ -343,6 +343,10 @@ sub create_xrefs {
$acc
=~
s/HGNC://
;
$dep
{
LABEL
}
=
$extra
[
0
]
}
if
(
$source
=~
/MGI/
){
$extra
[
0
]
=~
s/[.]$//
;
$dep
{
LABEL
}
=
$extra
[
0
]
}
$dep
{
ACCESSION
}
=
$acc
;
if
(
$dep
=~
/MIM/
){
$dep
{
ACCESSION
}
=
$acc
;
...
...
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