Use when planning or staging protein-structure prediction or structure-design work in this workspace, especially when deciding between missing local predictors and the repos that are actually present.
Workspace-level gateway for structure-oriented work. In this repo, the strongest local assets are the checked-out RFdiffusion and evo2 repositories plus Docker, not a ready-to-run AlphaFold/ColabFold desktop stack.
/home/vimalinx/Projects/bio_studio/repositories/active/RFdiffusion, /home/vimalinx/Projects/bio_studio/repositories/active/evo2, /usr/bin/dockercommand -v colabfold_batch pymol chimera chimerax foldseek mmseqs fpocketRFdiffusion) and sequence-model analysis (evo2)# Check which structure tools are really installed
command -v colabfold_batch pymol chimera chimerax foldseek mmseqs fpocket
# Use the local RFdiffusion repo for generative design
cd /home/vimalinx/Projects/bio_studio/repositories/active/RFdiffusion
./test_rfdiffusion.sh
# Inspect the local Evo 2 repo for sequence-model-based analysis
cd /home/vimalinx/Projects/bio_studio/repositories/active/evo2
python examples/run_evo2.py
RFdiffusion repo.colabfold_batch, pymol, chimera, chimerax, foldseek, mmseqs, and fpocket are not currently on PATH in this workspace.RFdiffusion is present locally, but its Docker image is not prebuilt yet.import evo2 currently fails because vortex is missing.