You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We provide the inference code to generate the predicted sequence from arbitrary pbd files using the trained MapDiff model. Please refer `model_inference.ipnb` for the detailed usage.
84
85
86
+
## Citation
87
+
Please cite our [paper](http://arxiv.org/abs/2412.07815) if you find our work useful in your own research.
88
+
```
89
+
@article{bai2024mapdiff,
90
+
title={Mask prior-guided denoising diffusion improves inverse protein folding},
91
+
author={Peizhen Bai and Filip Miljković and Xianyuan Liu and Leonardo De Maria and Rebecca Croasdale-Wood and Owen Rackham and Haiping Lu},
92
+
year={2024},
93
+
journal={arXiv preprint arXiv:2412.07815},
94
+
}
95
+
```
96
+
85
97
## Acknowledgements and References
86
98
The code implementation is inspired and partially based on earlier works [3-6]. Thanks for their contributions to the open-source community.
0 commit comments