run_multimer.sh 332 Bytes
Newer Older
zhuwenwen's avatar
zhuwenwen committed
1
2
3
4
5
6
7
8
9
10
11
python3 run_alphafold.py \
 --fasta_paths=multimer.fasta \
 --output_dir=./ \
 --uniprot_database_path=/data/uniprot/uniprot_trembl.fasta \
 --pdb_seqres_database_path=/data/pdb_seqres/pdb_seqres.txt \
 --pdb70_database_path= \
 --max_template_date=2020-05-14 \
 --model_preset=multimer \
 --run_relax=true \
 --use_gpu_relax=true