Alexander Rose

Results 331 comments of Alexander Rose

> Hmm.. it seems that simply rebooting the system worked for me and solved the problem your screenshot says "FEATURE_FAILURE_WEBGL_EXHAUSTED_DRIVERS", I would expect this to be a driver or system...

> I assume this is software-based rendering and not desirable? yes, that is the default, if your are only working with smaller systems and smaller canvas sizes it can be...

Thank you @pechersky. I think resizing should also change the viewport, otherwise the sequence panel just overlaps or reveals empty space. Would be nice to allow resizing along the entire...

Closing for now since one can now provide a custom sequence panel

Could have it as an optional extension (should be an extension anyway) that is not included in the default viewer build but you can include it when you build the...

I think a two things should be done 1) export _pdbx_unobs_or_zero_occ_residues whenever _entity_poly_seq is exported. 2) change https://github.com/molstar/molstar/blob/745746f2431314ac8c61930a6641469702e88f6d/src/mol-model-formats/structure/basic/sequence.ts#L17-L18 to `if (!data.entity_poly_seq?._rowCount || !data.pdbx_unobs_or_zero_occ_residues?._rowCount) {` plus some comment to explain it...

> Sure thing. Is is suitable to add this to molstar/src/apps/viewer/app.ts? Yes!

The preset is registered here https://github.com/molstar/molstar/blob/e6a4122d1c5fa2655f417847167a1b4e197076a2/src/apps/viewer/app.ts#L208-L214 and defined as default here https://github.com/molstar/molstar/blob/e6a4122d1c5fa2655f417847167a1b4e197076a2/src/apps/viewer/app.ts#L195

I think it is trying to do wboit in headless which I think never worked but was not a problem because before 4 transparency was not part of the state....

Thanks for investigating this @midlik, with that info, I can do a proper fix.