Skip to content

Instantly share code, notes, and snippets.

@hgbrian
Last active October 30, 2024 09:33
Show Gist options
  • Save hgbrian/ccce092665f8e81854e769ef79c03862 to your computer and use it in GitHub Desktop.
Save hgbrian/ccce092665f8e81854e769ef79c03862 to your computer and use it in GitHub Desktop.
Adaptyv round 2 -- run BindCraft and RSO on EGFR domain 3
# with modal installed https://modal.com/docs/guide
git clone https://github.com/hgbrian/biomodals
cd biomodals
wget https://gist.githubusercontent.com/hgbrian/affd44dc63c6fb01a5a9620c24c74b26/raw/fac48e464dc3fe9d7224fe84ce1bd475667cba36/6aru_final_chain_A_domain_3.pdb
TIMEOUT=120 GPU=A100 modal run modal_bindcraft.py --input-pdb 6aru_final_chain_A_domain_3.pdb --number-of-final-designs 1
TIMEOUT=120 GPU=A100 modal run modal_rso.py --input-pdb 6aru_final_chain_A_domain_3.pdb --num-designs 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment