dtr2xtc.py Command Help
Command: $SCHRODINGER/run dtr2xtc.py
usage: dtr2xtc.py [-h] [-s START:END:STEP] trj out
Convert a Desmond trajectory in the DTR format to the XTC format.
Copyright Schrodinger, LLC. All rights reserved.
positional arguments:
trj Input trajectory file or dir name, which typically
ends with an extension name of '.xtc' (XTC format) or
'_trj' (DTR format), e.g., jobname.xtc, jobname_trj
out Output file basename
options:
-h, --help show this help message and exit
-s START:END:STEP, -slice-trj START:END:STEP
Use the sliced trajectory. We use Python's slice
notation. START, END, and STEP should be integer
numbers.