nglviewer / ngl

WebGL protein viewer
http://nglviewer.org/ngl/
MIT License
657 stars 168 forks source link

#999 cif parsing #1001

Closed ppillot closed 7 months ago

ppillot commented 7 months ago

This PR fixes 2 bugs in relation with CIF files parsing:

hainm commented 7 months ago

@ppillot are you able to reproduce the bug without your change and see if the change actually fixes the issue?

hainm commented 7 months ago

Also, do you have any idea why nglview fails to show 3pqr recently, althought it has been working well for years (because we have been showing it as example in our nglview website)

image

Here is the code in nglview: https://github.com/nglviewer/nglview/blob/d9e7740100b586b1e73cc51d247d16b6dc8d0914/nglview/adaptor.py#L123-L125

hainm commented 7 months ago

Thank you. Hopefully there will be a release soon.

ppillot commented 7 months ago

@hainm release done and available on npm

hainm commented 7 months ago

Beautiful. Thank you very much.