Hi, thanks for sharing E3-CryoFold!
In the paper “End-to-end cryo-EM complex structure determination with high accuracy and ultra-fast speed” (Nat. Mach. Intell. 2025), the method is described as end-to-end: density map and sequence are directly fed into the model, fused by cross-attention, and the SE(3)-GNN outputs backbone coordinates.
But in this repo, the workflow seems different — it requires extracting Cα atoms, constructing trajectories, and concatenating sequences, and I don’t see the cross-attention interaction described in the paper.
Could you clarify:
Why is the released code more modular instead of the “direct end-to-end” pipeline shown in the paper?
The paper reports large-scale pretraining and fine-tuning, but no training code is included here. Will the training scripts and data preparation pipeline be released?
Thanks again for your work!
Hi, thanks for sharing E3-CryoFold!
In the paper “End-to-end cryo-EM complex structure determination with high accuracy and ultra-fast speed” (Nat. Mach. Intell. 2025), the method is described as end-to-end: density map and sequence are directly fed into the model, fused by cross-attention, and the SE(3)-GNN outputs backbone coordinates.
But in this repo, the workflow seems different — it requires extracting Cα atoms, constructing trajectories, and concatenating sequences, and I don’t see the cross-attention interaction described in the paper.
Could you clarify:
Why is the released code more modular instead of the “direct end-to-end” pipeline shown in the paper?
The paper reports large-scale pretraining and fine-tuning, but no training code is included here. Will the training scripts and data preparation pipeline be released?
Thanks again for your work!