Alexander Rose
Alexander Rose
@giagitom is this still an issue?
@giagitom still an issue?
Something like (untested) ``` (sel.atom.atom-groups :chain-test (= atom.auth_asym_id A) :residue-test (set.has (set 1 2 3 4) atom.auth_seq_id) ) ``` You can src\mol-script\script\mol-script\symbols.ts to see how the builder maps to the...
So, you want a) not show the atom spheres where the "?d3" and "?d2" labels are, and b) show labels. In principle you can use the Label representation with level...
Does my above answer help you? Any follow up question?
what is shown in chrome://gpu when there is an issue?
fixed in #1309
thank you @giagitom! will need some time to look at it closely
Thank you @giagitom for your initiative and patience resolving my concerns. It is a very nice improvement!
> [molstar/src/mol-geo/util/marching-cubes/algorithm.ts](https://github.com/molstar/molstar/blob/c17edb4928c12a92559b116c1bd36130ebd79518/src/mol-geo/util/marching-cubes/algorithm.ts#L193) > > Line 193 in [c17edb4](/molstar/molstar/commit/c17edb4928c12a92559b116c1bd36130ebd79518) > const n0z = sfg(sf, li, lj, Math.max(0, lk - 1)) - sfg(sf, li, lj, Math.min(this.nZ, lk + 1)); > > Shouldn't...