oned_screen merge Command Help

Command: $SCHRODINGER/oned_screen merge

usage: oned_screen merge [-h] [-nocat] -source <input>.list -dest <output>.1dbin
                         [Job Control Options]

Optional Arguments:
  -h, --help            Show this message and exit.
  -nocat                Merge files using conventional line-by-line I/O rather
                        than direct concatenation of each file's entire
                        contents. Use of this option ensures that the merged
                        file is compatible with previous releases, but it is
                        much slower. Note that direct concatenation is
                        possible only when all input 1D files contain exactly
                        the same properties.

Required Arguments:
  -source <input>.list  Text file containing the names of the 1D data files to
                        merge, with one name per line. Absolute paths must be
                        provided if -nocopy is supplied.
  -dest <output>.1dbin  Destination of merged 1D data file. Must include an
                        absolute path if -nocopy is supplied.

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.