oned_screen split Command Help

Command: $SCHRODINGER/oned_screen split

usage: oned_screen split [-h] -source <input>.1dbin -dest <prefix> -number <n>
                         [Job Control Options]

Optional Arguments:
  -h, --help            Show this message and exit.

Required Arguments:
  -source <input>.1dbin
                        1D data file to be split. Must include an absolute
                        path if -nocopy is supplied.
  -dest <prefix>        Prefix of output files to create. File names will be
                        <prefix>_1.1dbin, <prefix>_2.1dbin, etc. Must include
                        an absolute path if -nocopy is supplied.
  -number <n>           Number of output files to create.

Job Control Options:
  [-HOST <host>] [-TMPDIR <tmpdir>] [-JOBNAME <jobname>] [-nocopy]

  -HOST <host>          Run job remotely on the indicated host entry. Only
                        single-CPU jobs are supported.
  -TMPDIR <tmpdir>      Store temporary job files in <tmpdir>.
  -JOBNAME <jobname>    Override default job name.
  -nocopy               Do not copy source or destination 1D data files
                        between the local host and job host. 1D data file
                        names must include an absolute path that exists on the
                        job host and on all compute nodes of that host.