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
5a874bee
Commit
5a874bee
authored
Jan 28, 2010
by
Ian Longden
Browse files
swissprot has 2 sources now so we need to distinguish between these
parent
2411fe6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
misc-scripts/xref_mapping/XrefParser/UniProtParser.pm
misc-scripts/xref_mapping/XrefParser/UniProtParser.pm
+1
-1
misc-scripts/xref_mapping/XrefParser/UniProtParser_descriptions_only.pm
...ref_mapping/XrefParser/UniProtParser_descriptions_only.pm
+1
-1
No files found.
misc-scripts/xref_mapping/XrefParser/UniProtParser.pm
View file @
5a874bee
...
...
@@ -56,7 +56,7 @@ sub run {
}
$sp_source_id
=
$self
->
get_source_id_for_source_name
('
Uniprot/SWISSPROT
');
$self
->
get_source_id_for_source_name
('
Uniprot/SWISSPROT
'
,"
sequence_mapped
"
);
$sptr_source_id
=
$self
->
get_source_id_for_source_name
('
Uniprot/SPTREMBL
');
...
...
misc-scripts/xref_mapping/XrefParser/UniProtParser_descriptions_only.pm
View file @
5a874bee
...
...
@@ -55,7 +55,7 @@ sub run {
}
$sp_source_id
=
$self
->
get_source_id_for_source_name
('
Uniprot/SWISSPROT
');
$self
->
get_source_id_for_source_name
('
Uniprot/SWISSPROT
'
,"
sequence_mapped
"
);
$sptr_source_id
=
$self
->
get_source_id_for_source_name
('
Uniprot/SPTREMBL
');
...
...
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