Last active
October 30, 2024 09:33
-
-
Save hgbrian/ccce092665f8e81854e769ef79c03862 to your computer and use it in GitHub Desktop.
Adaptyv round 2 -- run BindCraft and RSO on EGFR domain 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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