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
Commits
2f468616
Commit
2f468616
authored
Oct 22, 2010
by
Stephen Keenan
Browse files
removed uniprot synonyms from gene_synonym list
parent
3d2f98ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
misc-scripts/ebi_search_dump/ebi_search_dump.pl
misc-scripts/ebi_search_dump/ebi_search_dump.pl
+2
-1
No files found.
misc-scripts/ebi_search_dump/ebi_search_dump.pl
View file @
2f468616
...
...
@@ -660,7 +660,8 @@ sub geneLineXML {
foreach
my
$ed_key
(
keys
%
{
$external_identifiers
->
{
$ext_db_name
}
}
)
{
$unique_synonyms
->
{
$ed_key
}
=
1
;
# $unique_synonyms->{$ed_key} = 1;
$synonyms
.=
qq{
<field name="${matched_db_name}_synonym">$ed_key</field>}
;
}
...
...
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