Show HN: Bio Tools – install drug design tools easily

the__alchemist1 pts0 comments

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)

install tools python prediction drug design

Related Articles