droplet_contact_analysis_driver.py Command Help

Command: $SCHRODINGER/run droplet_contact_analysis_gui_dir/droplet_contact_analysis_driver.py

usage: $SCHRODINGER/run droplet_contact_analysis_gui_dir/droplet_contact_analysis_driver.py
       [-h] [-trj TRJ] [-droplet DROPLET | -solvent SOLVENT]
       [-sol_density SOL_DENSITY] [-num_mols NUM_MOLS]
       [-initial_vel INITIAL_VEL] [-bin_width BIN_WIDTH] [-max_dist MAX_DIST]
       [-skip_time SKIP_TIME] [-md_temp MD_TEMP] [-md_time MD_TIME]
       [-md_timestep MD_TIMESTEP] [-md_trj_int MD_TRJ_INT] [-seed SEED]
       [-md_umbrella] [-water_fftype WATER_TYPE] [-forcefield FORCE_FIELD]
       [-force_c FORCE_C] [-save_trj_data {none,cms,trj}]
       [-substrate_asl SUBSTRATE_ASL] [-HOST <hostname>] [-D]
       [-JOBNAME JOBNAME]
       input_file

Script to perform droplet contact analysis Copyright Schrodinger, LLC. All
rights reserved.

positional arguments:
  input_file            Input structure file.

options:
  -h, -help             Show this help message and exit.
  -trj TRJ              Path to existing trajectory directory when a new
                        simulation should not be performed. (default: None)
  -droplet DROPLET      Droplet structure file. Solvent is ignored if droplet
                        is provided. (default: None)
  -solvent SOLVENT      Name of a builtin solvent, or path to the solvent
                        structure when using a custom solvent. (default:
                        water)
  -sol_density SOL_DENSITY
                        Bulk density for the custom solvent. Used for droplet
                        packing. (default: 1)
  -num_mols NUM_MOLS    Number of molecules in the droplet. (default: 3000)
  -initial_vel INITIAL_VEL
                        Initial atomic velocity component (A/ps) along the
                        interface normal towards substrate. (default: 0.5)
  -bin_width BIN_WIDTH  Bin width for density descretization and equimolar
                        surface calculation. (default: 1)
  -max_dist MAX_DIST    Molecules that are further that this value from the
                        droplet are excluded from analysis. (default: 3.5)
  -skip_time SKIP_TIME  Skip this amount of time before analyzing MD results.
                        (default: 100)

Simulation options:
  -md_temp MD_TEMP      Temperature (in K) of the simulations. (default:
                        300.0)
  -md_time MD_TIME      MD time (in ns) of the simulation. (default: 5000.0)
  -md_timestep MD_TIMESTEP
                        MD time step (in fs) of the simulations. (default:
                        2.0)
  -md_trj_int MD_TRJ_INT
                        MD trajectory recording interval (in ps). (default:
                        10.0)
  -seed SEED            Seed for random number generator. (default: 1234)
  -md_umbrella          Run desmond subjobs on the driver host. (default:
                        False)
  -water_fftype WATER_TYPE
                        Force field type for water molecules. Must be used
                        with -split_components. If using "none", the Residue
                        Name atom property is used instead. (default: SPC)
  -forcefield FORCE_FIELD
                        Force field to use. Valid force fields are OPLS_2005,
                        S-OPLS and SPFF (default: OPLS_2005)
  -force_c FORCE_C      Force constant (kcal mol-1 Å-2) to use for the
                        substrate positional restraints. (default: 500)
  -save_trj_data {none,cms,trj}
                        Specify whether intermediate CMS or trajectory files
                        be included with the job output. Choices are none
                        (save no files), cms (save .cms files) and trj (save
                        .cms and trajectory files). Default is none. (default:
                        trj)
  -substrate_asl SUBSTRATE_ASL
                        ASL for the substrate to apply positional restraints.
                        (default: None)

Job Control Options:
  -HOST <hostname>      Run job remotely on the indicated host entry.
                        (default: localhost)
  -D, -DEBUG            Show details of Job Control operation. (default:
                        False)
  -JOBNAME JOBNAME      Provide an explicit name for the job. (default: None)