PyMOL, wherethe trajectory landed
Molecular visualization on an Ubuntu desktop of your own.Open the structure where it was written, not where you are.
$ dxflow workflow create --identity pymol hub://pymol --start --link
Structures,and how they move
Rendering and analysis of 3D structures and trajectories.
Load a PDB, a density map or a trajectory, and render what you need.
Drive the whole session from the command line built into the viewer.
Software OpenGL until a GPU is attached, which big scenes will want.
Every defaultis one override away
The session reads its settings from the environment, so you set them on the start line.
$ dxflow workflow start pymol --override env.app.VNC_PASSWORD=something-long
$ dxflow workflow start pymol --override env.app.PANEL=hide --link
Viewer and controls,side by side
The panel is kept, so PyMOL's windows are easy to arrange.
It draws on the CPUuntil you give it a card
Software OpenGL carries the viewport by default, which is fine until the structure gets big.
Large assemblies and ray-traced figures move from tolerable to quick. Small structures never need it.
The viewer and the controls come up separately, which is why the panel is left on by default.
Keep structures, trajectories and saved sessions under /volume and they are there at the next start.
Pulled once,then it stays
PyMOL arrives as one image. This is what comes down the first time, and what the disk should have free for it.
What it wants,and what it needs
The definition asks for 2 cores and 4 GB. The image comes up on less than that, and a start given --fit trims the ask to whatever the machine actually has.
Machines that fit it
PyMOL asks for 2 cores and 4 GB. Cheapest first.