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
6478203a
Commit
6478203a
authored
Mar 12, 2008
by
Ian Longden
Browse files
MGI is no longer taken from MGDPArser but from uniprot files
parent
d62291b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
misc-scripts/xref_mapping/XrefParser/MGDParser.pm
misc-scripts/xref_mapping/XrefParser/MGDParser.pm
+3
-0
No files found.
misc-scripts/xref_mapping/XrefParser/MGDParser.pm
View file @
6478203a
...
...
@@ -33,6 +33,8 @@ sub run {
my
$species_id
=
shift
;
my
$file
=
shift
;
die
"
No longer used. MGI is taken form the uniprot file
\n
";
if
(
!
defined
(
$source_id
)){
$source_id
=
XrefParser::
BaseParser
->
get_source_id_for_filename
(
$file
);
}
...
...
@@ -69,6 +71,7 @@ sub run {
$mismatch
++
;
}
}
}
$file_io
->
close
();
...
...
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