MolSimToolkit.jl provides a set of tools to analyse molecular dynamics simulations, and a framework for the development of custom analysis tools.
import Pkg; Pkg.add("MolSimToolkit")
using MolSimToolkit
Also install PDBTools
:
import Pkg; Pkg.add("PDBTools")
using PDBTools