Alexander Rose

Results 331 comments of Alexander Rose

Sounds like a bug to me. Code is here https://github.com/nglviewer/ngl/tree/master/src/selection

looks like a bug, a workaround is the following ``` stage.loadFile( "rcsb://1crn.bb.mmtf", {cAlphaOnly:true}).then( function( o ){ var p = new NGL.Vector3( -50, 0, 0 ); o.setPosition( p ); o.addRepresentation( "backbone",...

those indices are pointers into `contacts.features`

This looks very much like the WebGL Context is lost. This happens when the browser (or the OS) reclaims the WebGL resources for something else. There is nothing I know...

Hi, thanks for the info @thomaspleasance. Neither NGL nor molstar support spacegroup settings. Our tables don't have the data for the HM symbols. I created a ticket (#388) for molstar....

Actually, the packing issue is now fixed thanks to @dsehnal. Anyway, there is still the limitation that the unitcell is packed on a model level, not per atom as often...

> these are disorder atoms and will have different positional data for the associated atom preceding any disorder atoms thanks

After some "pair-testing" with @dsehnal it looks like a Chrome issue. On Firefox it works fine.

Hi @ManuelSe, that is not possible at present. Would you be interested in implementing this?

@dsehnal how would you ensure the manager is synced?