See the README changes for instructions on how to build the extension. For now, it can read the given PDB file into an MDAnalysis universe. I've imitated molecular nodes' approach, though I simplified it a lot.
Next steps:
Actually render the atoms, considering performance (#10, #24)
Render a convex hull around groups of atoms (could be arbitrary to start) (#25)
Upload segmentation TSV, parse it, add different colors based on it (possibly some property of the atoms?). Render hulls based on the segmentation
See the README changes for instructions on how to build the extension. For now, it can read the given PDB file into an MDAnalysis universe. I've imitated molecular nodes' approach, though I simplified it a lot.
Next steps: