-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to deserialize category 'entity' with ValueError: No closing quotation #570
Comments
First I thought, the problem is an error in quote escaping on the side of the RCSB. However, then I looked into the CIF specification:
This means the quote escaping using the biotite/src/biotite/structure/io/pdbx/cif.py Line 450 in 2e053cb
biotite/src/biotite/structure/io/pdbx/cif.py Lines 476 to 494 in 2e053cb
biotite/src/biotite/structure/io/pdbx/cif.py Line 974 in 2e053cb
biotite/src/biotite/structure/io/pdbx/cif.py Lines 974 to 978 in 2e053cb
need to be replaced. For splitting biotite/src/biotite/structure/io/pdbx/cif.py Lines 995 to 1012 in 2e053cb
|
Should I assign the issue to you then? |
Sure, please assign it to me. |
1n5m.cif
pdbx_description in entity category has no closing quotation:'2,2',2"-[1,2,3-BENZENE-TRIYLTRIS(OXY)]TRIS[N,N,N-TRIETHYLETHANAMINIUM]'
There are a total of 3 problematic examples in the wwPDB database: 1n5m, 6szp, 1tsl
I can fix it, but I'm not sure about the best way to do so. Do you have any suggestions?
code and trackback
The text was updated successfully, but these errors were encountered: