moltimate / moltimate-backend

A protein active site alignment tool
GNU General Public License v2.0
10 stars 5 forks source link

Merge MOL-17 into dev #138

Closed kdm5498 closed 4 years ago

kdm5498 commented 4 years ago

Added model classes to represent a Ligand PDBQT file. Added a static parse function to create a Ligand object from the text of a PDBQT file, and added a toString to rebuild original file's text. Added tests for parsing and toString.