The output of react
can be a list of product molecules or reaction equations. The command line parameter --type
(-t
) determines whether the output will include product molecules only (product
, by default) or the complete reaction (reaction
). Example (Click here to expand...)
The file format of output is specified by the --format
(-f
) command line parameter (default format is "smiles"). See the available file formats.
Example (Click here to expand...)
The result of react
can be written to an output file which is specified by the --output
(-o
) command-line parameter. Note that you need to specify the output file format by --format
(-f
) as well.
Example (Click here to expand...)