Bo-Ni commited on
Commit
66f7aab
·
1 Parent(s): 007124b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -4
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  # ProteinMechanicsDiffusionDesign
2
 
3
  ## End-to-end de novo protein generation based on nonlinear mechanical unfolding responses using a protein language diffusion model
@@ -16,10 +22,17 @@ Through evolution, nature has presented a set of remarkable protein materials, i
16
  </a>
17
 
18
 
19
- To install and run, just clike the "open in Colab" badge and run all.
20
  Note that, the first run may take time as it includes downloading and installing packages and the trained model.
21
 
 
 
 
 
 
 
 
22
 
23
- ---
24
- license: mit
25
- ---
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - biology
5
+ - code
6
+ ---
7
  # ProteinMechanicsDiffusionDesign
8
 
9
  ## End-to-end de novo protein generation based on nonlinear mechanical unfolding responses using a protein language diffusion model
 
22
  </a>
23
 
24
 
25
+ To install and run, just click the "open in Colab" badge and run all.
26
  Note that, the first run may take time as it includes downloading and installing packages and the trained model.
27
 
28
+ ### Model file structure
29
+ The pretrained model is hosted on this repository with the following files.
30
+ > 1. data_pack.pickle: pickle file with the key properties of the training dataset
31
+ > 2. model_pack.pickle: pickle file with the key properties of the model
32
+ > 3. ForTest_LE_128_From_F1_f5.pk: pickle file with the key properties of the de novo test dataset
33
+ > 4. trainer_save-model_pLDM.pt: file of the pretrained model weight
34
+ > 5. mkdssp: executable file to perform secondary structure classification using DSSP
35
 
36
+
37
+ ### Code repository
38
+ The code package is maintained through the following GitHub repository, [ProteinMechanicsDiffusionDesign]:https://github.com/lamm-mit/ProteinMechanicsDiffusionDesign.