datgnom
Manual
The following sections briefly describe how to run DATGNOM from the command- line, the required input and the produced output files.
Introduction
DATGNOM (formerly known as AUTOGNOM) is a tool for automated estimation of the
maximum intramolecular distance
The optimum
Running datgnom
Usage:
$ datgnom <SASDATA> [OPTIONS]
OPTIONS known by DATGNOM are described in next section, the required argument SASDATA in the section on input files.
Command-Line Arguments and Options
DATGNOM requires the following command line arguments:
Argument | Description |
---|---|
SASDATA | Exactly one experimental SAS data (.dat) file. |
Absolute as well as relative path to data files are accepted. Instead of a file name, the argument may be given as ‘-‘ to read data from stdin.
DATGNOM recognizes following command-line options:
Short option | Long option | Description |
---|---|---|
--seed <N> | Set the seed for the random number generator. | |
-r | --rg | Expected radius of gyration; typically from the Guinier approximation. |
--first <N> | first point of the data file to use (default: 1) | |
--last <N> | last point of the data file to use (default: |
|
--discrp <W> | User-defined weight for the Discrepancy criterion | |
--oscill <W> | User-defined weight for the Oscillations criterion | |
--stabil <W> | User-defined weight for the Stability criterion | |
--sysdev <W> | User-defined weight for the Systematic criterion | |
--positv <W> | User-defined weight for the Positivity criterion | |
--valcen <W> | User-defined weight for the Center criterion | |
--smooth <W> | User-defined weight for the Smoothness criterion | |
-o | --output FILE | Relative or absolute path to save the result; if not specified, the result is printed to stdout. |
-v | --version | Print version information and exit. |
-h | --help | Print a summary of arguments, options, and exit. |
Runtime Output
DATGNOM does not have any runtime output. If the output option is undefined, the regularised SAS data (.out) data is written to stdout.
datgnom input files
DATGNOM expects background-subtracted experimental SAS data (.dat).
datgnom output files
DATGNOM writes regularised SAS data (.out).