split_macrocycles.py Command Help

Command: $SCHRODINGER/run -FROM glide split_macrocycles.py

usage: split_macrocycles.py [-h] [-macrocycles MACROCYCLES]
                            [-non_macrocycles NON_MACROCYCLES]
                            input_file

Split a structure file into a file with structures containing macrocycles and
another with structures without macrocycles. (If only one output file is
specified, only that file is written.)

positional arguments:
  input_file            structure input file

options:
  -h, --help            show this help message and exit
  -macrocycles MACROCYCLES
                        output file for structures with macrocycles
  -non_macrocycles NON_MACROCYCLES
                        output file for structures with no macrocycles