autosolvate.clustergen.startclustergen

autosolvate.clustergen.startclustergen(argumentList)[source]

Wrap function that parses command line options for autosolvate clustergen, extracts microsolvated clusters from trajectory,

Parameters

argumentList (list) – The list contains the command line options to specify input trajectory, microsolvated cluster size, and other options related to microsolvated cluster extraction.

Command line option definitions:
-m, --filename

name of the .prmtop file

-t, --trajname

name of .netcdf trajectory to extract the microsolvate clusters from

-a, --startframe

first frame at which to start extracting from the trajectory the microsolvated clusters

-i, --interval

interval in frames at which to extract microsolvated clusters from the trajectory

-s, --size

solvent shell size for microsolvated clusters in Angstrom, upper limit for minimum solute-solvent distance

-r, --srunuse

option to run inside a slurm job

-h, --help

short usage description

Returns

Generates the `.xyz file containing the microsolvated cluster

Return type

None