You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The string being injected for DGlcpAb is fine normally, but when it's being added as a replacement for the aglycone, the p and A get swapped so you get
DGlcpb1-1DGlcApb and not the correct:
DGlcpb1-1DGlcpAb
Bug 2 is that the error isn't as good on test as it is on glycam.org. On test you get:
Message: Error in evaluate sequence: 'dict' object has no attribute 'project'
On actual you get the much better:
Code: 400
Brief: InvalidInputPayload
Messaging Entity: CommonServicer
Scope: Transaction
Message: Cannot create 3D structure as no GLYCAM residue code was found in the GMML metadata for residue: DGlcApb
The text was updated successfully, but these errors were encountered:
https://jam.dev/c/487fa119-898a-4c97-8ba0-059ccbec3c78
Two bugs with test:
The string being injected for DGlcpAb is fine normally, but when it's being added as a replacement for the aglycone, the p and A get swapped so you get
DGlcpb1-1DGlcApb and not the correct:
DGlcpb1-1DGlcpAb
Bug 2 is that the error isn't as good on test as it is on glycam.org. On test you get:
Message: Error in evaluate sequence: 'dict' object has no attribute 'project'
On actual you get the much better:
Code: 400
Brief: InvalidInputPayload
Messaging Entity: CommonServicer
Scope: Transaction
Message: Cannot create 3D structure as no GLYCAM residue code was found in the GMML metadata for residue: DGlcApb
The text was updated successfully, but these errors were encountered: