Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: None
-
Labels:None
-
Epic Link:
Description
At some point in the last few uniprot releases, the sequence feature XML has changed to allow residue changes for sequence variant features to be provided as additional elements.
e.g.
<feature type="binding site" description="Substrate" evidence="1">
<location>
<position position="89"/>
</location>
</feature>
<feature type="sequence variant">
<original>M</original>
<variation>L</variation>
<location>
<position position="41"/>
</location>
</feature>
Jalview's uniprot xml parser needs to be updated to show these data in a meaningful way to the user.
e.g.
<feature type="binding site" description="Substrate" evidence="1">
<location>
<position position="89"/>
</location>
</feature>
<feature type="sequence variant">
<original>M</original>
<variation>L</variation>
<location>
<position position="41"/>
</location>
</feature>
Jalview's uniprot xml parser needs to be updated to show these data in a meaningful way to the user.