run_local.sh 228 Bytes
Newer Older
zhuwenwen's avatar
zhuwenwen committed
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
export TF_FORCE_UNIFIED_MEMORY=1
export XLA_PYTHON_CLIENT_MEM_FRACTION=4.0
file=$1
# CUDA_VISIBLE_DEVICES=0
python run_alphafold.py \
  --fasta_paths=$file\
  --max_template_date=2020-05-14 \
  --preset=full_dbs \