lamoureux-lab / TorchProteinLibrary

PyTorch library of layers acting on protein representations
https://lamoureux-lab.github.io/TorchProteinLibrary/
MIT License
116 stars 23 forks source link

PDB2CoordsOrdered #7

Closed lupoglaz closed 3 years ago

lupoglaz commented 5 years ago

Loading pdb with the same order of atoms as in FullAtomModel and also constructing atomic mask to account for missing atoms/residues in pdb.

lupoglaz commented 3 years ago

Done