Vaclav Hanzl

Results 19 comments of Vaclav Hanzl

I have exactly the same problem. I just installed meshlab on my Debian testing using "apt-get install meshlab" (to try it again after few years) and parts of the user...

Hi Michael, maybe you want to explore the [multimer branch](https://github.com/aqlaboratory/openfold/tree/multimer).

Note that the directory cannot be empty so if you want to use no templates at all, at the moment you still need to at least fake one with something...

Also note that makefile is missing some dependencies (I created a separate issue #7 for that). If you try compile, then swap pins in config and then recompile, you can...

Fixed makefile and swapped USB data pins as needed for the tiny Digispark-like HW-260 boards can be found in [my HW-260 branch](https://github.com/vaclavhanzl/vusbtiny/tree/HW-260).

Indeed, preparing the environment on newer platform is far from easy. I just did it this way on my Debian testing rolling setup: ``` mamba create -n of mamba activate...

Meanwhile, PR #407 just landed in the codebase (thanks @jnwei and everybody involved!) and it is supposed to tackle these issues. While it certainly moves the code forward (and may...

@abeebyekeen I see that you also [devoted considerable effort](https://github.com/aqlaboratory/openfold/compare/main...abeebyekeen:openfold:main) to setting up environment.yml. It would be nice to hear how your current setup works for you. (I am particularly interested...

Thanks a lot @abeebyekeen for sharing this with us, in a very clear way! I'd very much like to see OpenFold working out of the box for most new users,...

Thanks @jnwei ! I am happy to report that the `pl_upgrades` branch works flawlessly with my CUDA 12, including compilations in `install_third_party_dependencies.sh` (the end of the 2nd post here describes...