I have found this, which is not an official package :
https://github.com/christophfeinauer/PdbTool.jl
Also, I am currently writing a cross-language chemistry files reader
library (https://github.com/Luthaf/Chemharp/), and I should wrap it to
Julia soon (this means 2-3 months maximum). It will support PDB file
through the VMD molfile plugins, but it will not be native Julia.
Regards,
Guillaume
jonny brooks a écrit:
Hey Diego,
Did anything ever come of this? I would like to parse a pdb file with
julia but there are a real lack of crystallographic/structural biology
libraries for julia.
Have you written something to read pdb files in native julia?