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
For technical problems or questions, please reach to Xiao Wang (wang3702@purdue.edu).
20
20
21
-
## Notice
22
-
The newer version of Intel MKL will cause pyTorch to give the following error due to a symbol being removed: ImportError undefined symbol: `iJIT_NotifyEvent` is encountered.
23
21
24
-
We have updated the environment.yml and requirements.txt to fix the version to an older version. Any previous installation should work just fine.
25
-
26
-
If you have ever encountered this issue, please activate the conda env first and run `conda install mkl==2024.0`.
27
22
28
23
## Citation:
29
24
30
-
Xiao Wang, Han Zhu, Genki Terashi & Daisuke Kihara. DiffModeler: Large Macromolecular Structure Modeling for Cryo-EM Maps Using Diffusion Model. Nature Methods, accepted 2024.<br>
31
-
Early Version available at [bioRxiv](https://www.biorxiv.org/content/10.1101/2024.01.20.576370v2)
25
+
Xiao Wang, Han Zhu, Genki Terashi, Manav Taluja, & Daisuke Kihara. DiffModeler: large macromolecular structure modeling for cryo-EM maps using a diffusion model. Nature Methods, 2024. [Paper](https://www.nature.com/articles/s41592-024-02479-0) <br>
32
26
```
33
-
@article{wang2023DiffModeler,
34
-
title={DiffModeler: Large Macromolecular Structure Modeling for Cryo-EM Maps Using Diffusion Model},
27
+
@article{wang2024diffmodeler,
28
+
title={DiffModeler: Large Macromolecular Structure Modeling for Cryo-EM Maps Using a Diffusion Model},
35
29
author={Xiao Wang, Han Zhu, Genki Terashi, Manav Taluja, and Daisuke Kihara},
36
30
journal={Nature Methods},
37
31
year={2024}
@@ -380,6 +374,14 @@ Cryo-EM map with mrc format.
380
374
AlphaFold/Template single-chain structure and information file to indicate the path.
381
375
Our example input can be found [here](https://github.com/kiharalab/DiffModeler/tree/master/example)
382
376
377
+
378
+
## Notice
379
+
The newer version of Intel MKL will cause pyTorch to give the following error due to a symbol being removed: ImportError undefined symbol: `iJIT_NotifyEvent` is encountered.
380
+
381
+
We have updated the environment.yml and requirements.txt to fix the version to an older version. Any previous installation should work just fine.
382
+
383
+
If you have ever encountered this issue, please activate the conda env first and run `conda install mkl==2024.0`.
384
+
383
385
### Output File
384
386
DiffModeler.cif: a CIF file that records the final modeled protein complex structure.
385
387
Our example output can be found [here](https://kiharalab.org/emsuites/diffmodelder_example/output). All the intermediate results are also kept here.
0 commit comments