| set -euo pipefail | |
| ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)" | |
| cd "$ROOT" | |
| python model/af2_initial_guess/predict.py \ | |
| -silent conf/examples/inputs/proteinmpnn_output.silent \ | |
| -outsilent output/example_af2.silent \ | |
| -checkpoint_name output/example_af2_silent.checkpoint \ | |
| -scorefilename output/example_af2_silent.sc | |