oned_screen export Command Help

Command: $SCHRODINGER/oned_screen export

usage: oned_screen export [-h] -source <input>.1dbin
                          [Export Options]
                          [Job Control Options]

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

Required Arguments:
  -source <input>.1dbin
                        1D data file from which to export. Must include an
                        absolute path if -nocopy is supplied. Exported rows
                        are written to <jobname>.csv.gz.

Export Options:
  -rows <ranges>        Export a subset of rows specfied as comma-separated
                        ranges. For example, "-rows 1:100,200:300" means rows
                        1 through 100 plus rows 200 through 300. The highest
                        row number must not exceed 4294967263.
  -match <filename>     Match a list of property values. The first line in the
                        supplied file must be the name of a property in the 1D
                        data file (e.g., "s_m_title" or "s_sd_Vendor_ID"), and
                        each subsequent line should contain a value for that
                        property. All rows that match one of the supplied
                        property values will be exported. Use with floating
                        point properties is not recommended.

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.