File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -264,13 +264,13 @@ Now that we know Docker is functioning properly, we can begin building our Docke
264264
2652656. Run ` run_docker.py` pointing to two input PDB files containing the first and second chains
266266 of a complex for which you wish to predict the contact probability map.
267- For example, for the DIPS-Plus test target with the PDB ID: 4HEQ:
267+ For example, for the DIPS-Plus test target with the PDB ID ` 4HEQ` :
268268
269269 ` ` ` bash
270270 python3 docker/run_docker.py --left_pdb_filepath " $DI_DIR " /project/test_data/4heq_l_u.pdb --right_pdb_filepath " $DI_DIR " /project/test_data/4heq_r_u.pdb --input_dataset_dir " $DI_DIR " /project/datasets/Input --ckpt_name " $DI_DIR " /project/checkpoints/LitGINI-GeoTran-DilResNet.ckpt --hhsuite_db ~ /Data/Databases/bfd/bfd_metaclust_clu_complete_id30_c90_final_seq.sorted_opt --num_gpus 0
271271 ` ` `
272272
273- This script will generate and (as NumPy array files - e.g., test_data/4heq_contact_prob_map.npy)
273+ This script will generate and (as NumPy array files - e.g., ` test_data/4heq_contact_prob_map.npy` )
274274 save to the given input directory the predicted interface contact map as well as the Geometric
275275 Transformer' s learned node and edge representations for both chain graphs.
276276
@@ -452,7 +452,7 @@ python3 lit_model_predict.py --left_pdb_filepath "$DI_DIR"/project/test_data/4he
452452cd ..
453453` ` `
454454
455- This script will generate and (as NumPy array files - e.g., test_data/4heq_contact_prob_map.npy)
455+ This script will generate and (as NumPy array files - e.g., ` test_data/4heq_contact_prob_map.npy` )
456456save to the given input directory the predicted interface contact map as well as the
457457Geometric Transformer' s learned node and edge representations for both chain graphs.
458458
You can’t perform that action at this time.
0 commit comments