md93

Results 7 comments of md93

I have the same problem and cannot manage to solve it. (See error below). Can anyone help with this? Many thanks in advance. # samples: 1 0%| | 0/1 [00:00

HI @GutlapalliNikhil, thank you for your reply. Thats a good hint definitely will try that out. I wanted to try something similar in the beginning but couldn´t believe that one...

ok problem is solved, got it to work. Thanks for your help!

Hi @dsehnal, thanks for your help, I do believe I am already a little bit closer to what I want to achieve. But I am still facing some issues while...

That worked like a charm! Thank you so much. Last question: Since my pLDDT values are scaled between [0, 1] I also like to overwrite the values for min &...

@dsehnal perfect, thanks a lot for your help. In case anyone is also trying to achieve the same here is a working code snippet: ``` import { createStructureRepresentationParams } from...

Hey, in case you still struggle with this you can just replace the import: `import { createPluginUI } from "molstar/lib/mol-plugin-ui/index";` and then replace `createPluginAsync` with `createPluginUI` and everything should work...