Tom Goddard

Results 90 comments of Tom Goddard

I also have seen several instances of this hhblits error with different sequences using AlphaFold. I doubt the problem is with UniClust and updating that database will likely just make...

I agree that just changing the Python IVRSystem_Version pyopenvr variable to 019 instead of 020 on the Mac is not right unless the pyopenvr library is compiled against the OpenVR...

With openvr 1.9.1601 to get it to work with the old Mac SteamVR (Built Oct 9, 2018 at 08:57, Version 1539100633) requires import openvr openvr.IVRSystem_Version = "IVRSystem_019" openvr.IVRCompositor_Version = "IVRCompositor_022"...

Yes I have an iMac with Radeon Pro 580 graphics which worked fine with a Vive Pro headset last time I tried a few months ago. Why is a special...

I agree that is a good plan. I have not encountered any OpenVR API errors on Mac when using latest pyopenvr, but that is perhaps because my use of the...

Thanks! It is not urgent and can wait until the next planned release. I saw your pyopenxr project and have been using OpenXR on Unity and will be excited to...

This problem is caused by Python somehow being switched from using the default UTF-8 text encoding to ANSI_X4.3-1968 (the technical name for ASCII text encoding). Google Colab shell magic (leading...

Great job getting 2.3.0 working! There is an improvement in AlphaFold 2.3.1 that fixed memory use problems with energy minimization https://github.com/deepmind/alphafold/releases/tag/v2.3.1