Compute
cli_get_data()
¶
run_compute_data(topo_path, traj_path, ref_path, fop_ref, subpex_config, selection_align_suffix=' and backbone', write=True, write_dir=None)
¶
Computes auxillary data during the course of a a simulation.
PARAMETER | DESCRIPTION |
---|---|
topo_path |
Topology path for the trajectory.
TYPE:
|
traj_path |
Path to MDAnalysis-supported trajectory to compute progress coordinates.
TYPE:
|
ref_path |
Path to reference structure. This will preferably be a PDB file.
TYPE:
|
fop_ref |
Reference field of points. |
subpex_config |
Context manager for computing progress coordinates.
TYPE:
|
selection_align_suffix |
Suffix to append to pocket selection for alignment purposes.
TYPE:
|
write |
Write output files.
TYPE:
|
write_dir |
Directory to write any output files to. Will default to current
working directory if
TYPE:
|