shape_screen_gpu split Command Help

Command: $SCHRODINGER/shape_screen_gpu split

usage: $SCHRODINGER/shape_screen_gpu split [-h]
                                           [-shape_data_treatment {copy,remote}]
                                           -infile <path> -outprefix <string>
                                           -num_parts <number>
                                           [-HOST <hostname>]

Split Shape data file into several parts.

options:
  -h, --help            show this help message and exit

Shape Data File Treatment Options:
  -shape_data_treatment {copy,remote}
                        Whether to copy a locally accessible Shape data file
                        (.bin) to the job host or use a Shape data file that
                        already resides on the job host. The latter is
                        strongly recommended for large Shape data files to
                        avoid significant disk I/O and network traffic.

Required Arguments:
  -infile <path>        Shape data filename.
  -outprefix <string>   Output filenames prefix. If -shape_data_treatment is
                        set to "remote", it may include valid absolute path at
                        the execution host.
  -num_parts <number>   Number of parts for the shape data to be split into.

Job Control Options:
  -HOST <hostname>      Run job remotely on the indicated host entry.