steineggerlab / foldseek

Foldseek enables fast and sensitive comparisons of large structure sets.
https://foldseek.com
GNU General Public License v3.0
696 stars 92 forks source link

Webserver - selenomethionine position is not picked up from PDB structure #161

Open KCMYS opened 12 months ago

KCMYS commented 12 months ago

Expected Behavior

Current Behavior

Steps to Reproduce (for bugs)

Please make sure to execute the reproduction steps with newly recreated and empty tmp folders.

Foldssek Output (for bugs)

From webserver, the alignment of query to target structure consisting selenomethionine (PDB structure) will produce selenomethionine-deleted result. Can be seen when align following PDBs: 4KIB, 4KIC, 4KIG

Context

Providing context helps us come up with a solution and improve our documentation for the future.

Your Environment

Include as many relevant details about the environment you experienced the bug in.

martin-steinegger commented 12 months ago

@mvankem could you please have a look at this?

mvankem commented 11 months ago

This should be the same issue as in #91: The PDB SEQRES record doesn't match the ATOM records, therefore the selenomethionine without coordinates is missing. All other selenomethionines are correctly translated to methionines.

@KCMYS Only the selenomethionine at the sequence start, which is unmodeled (no ATOM records), is missing, right?