lucidrains / alphafold2

To eventually become an unofficial Pytorch implementation / replication of Alphafold2, as details of the architecture get released

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Output pdb file

227BaronChen opened this issue · comments

What can I do if I want to input protein sequences and output pdb files based on your code?

A sample code for this situation will be added later today

Thanks a million.

Provided an example in the last commit! check it out in train_end2end.py: https://github.com/lucidrains/alphafold2/blob/main/train_end2end.py#L176 --> the whole training code needs a brush, which will be done soon, but the example should be easy to follow