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
dafc15ca
Commit
dafc15ca
authored
Mar 22, 2010
by
Ian Longden
Browse files
Bug fix to as we got several ;;; at the end of the description
parent
e7eba346
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+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_descriptions_only.pm
View file @
dafc15ca
...
...
@@ -344,7 +344,7 @@ sub create_xrefs {
$description
.=
$
1
;
}
elsif
(
$line
=~
/SubName: Full=(.*);/
){
$
name
.=
$
1
;
$
description
.=
$
1
;
}
elsif
(
$line
=~
/AltName: Full=(.*);/
){
$description
.=
"
(
"
.
$
1
.
"
)
";
...
...
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