Remix.run Logo
Show HN: Bio Tools – install drug design tools easily(github.com)
2 points by the__alchemist 8 hours ago

I made a CLI program, Rust and Python lib that makes it easy to install and run bio / drug design tools. (structure prediction, sequence prediction, property prediction etc).

You install it with `pip install bio_tools_app`, then run commands like `bio_tools install alphafold3` or `bio_tools run proteinmpnn --version` etc.

This smooths over the complexities of installing these tools, which often depend on [mutually exclusive] python environments in a mix of PyPi-capable and Conda. I use it as a shared library between a python web app and a rust standalone GUI program. (Molchanica)