Closed padix-key closed 4 months ago
My pull request https://github.com/biotite-dev/biotite/pull/418 should do just that when its done or am I missing something ? I will start working on that soon as I also need those functionalities. My apologies for taking so long.
You are right, I forgot this PR exists. Since I also need support for multi-entry SDF files, I would git cherry-pick
the your related commits from the PR and finalize the feature. Then you can still continue working on xyz
and mol2
format.
Okay, pleas do so. Essentially only reading the meta information into a dictionary was missing if I remember correctly.
Fixed by #589.
Currently
MolFile
already has also rudimentary support for files in SDF format. However, there is no support forA new
SDFile
class should be able to solve this issue.