From 49440c07b2a12053db786f86ef6ff684ee6d5a31 Mon Sep 17 00:00:00 2001 From: ZhuLvs Date: Wed, 27 Nov 2024 21:04:29 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ec916d7..aa1aad8 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ First, you need to download the training dataset for 2DIR. [this link](https://z The PDBFliess dataset link is [this link](https://zenodo.org/records/13382753). +Then, you calculate the distance matrix (distance map) between the CA atoms of each residue in the protein PDB structure file. The calculation script can be found in the `helper_scripts` directory. + You may manually modify the parameters in `model/main.py`. ## Training