Commit 16af4341 authored by Jennifer Wei's avatar Jennifer Wei
Browse files

fix inference documentation

parent 06725177
...@@ -62,7 +62,7 @@ python3 run_pretrained_openfold.py \ ...@@ -62,7 +62,7 @@ python3 run_pretrained_openfold.py \
$TEMPLATE_MMCIF_DIR $TEMPLATE_MMCIF_DIR
--output_dir $OUTPUT_DIR \ --output_dir $OUTPUT_DIR \
--config_preset model_1_ptm \ --config_preset model_1_ptm \
--uniref90_database_path $BASE_DATA_DIR/uniref90 \ --uniref90_database_path $BASE_DATA_DIR/uniref90/uniref90.fasta \
--mgnify_database_path $BASE_DATA_DIR/mgnify/mgy_clusters_2018_12.fa \ --mgnify_database_path $BASE_DATA_DIR/mgnify/mgy_clusters_2018_12.fa \
--pdb70_database_path $BASE_DATA_DIR/pdb70 \ --pdb70_database_path $BASE_DATA_DIR/pdb70 \
--uniclust30_database_path $BASE_DATA_DIR/uniclust30/uniclust30_2018_08/uniclust30_2018_08 \ --uniclust30_database_path $BASE_DATA_DIR/uniclust30/uniclust30_2018_08/uniclust30_2018_08 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment