gather command#
openfe gather#
Gather simulation result JSON files of relative calculations to a tsv file.
This walks RESULTS recursively and finds all result JSON files from the quickrun command (these files must end in .json). Each of these contains the results of a separate leg from a relative free energy thermodynamic cycle.
The results reported depend on --report flag:
The output is a table of tab separated values. By default, this outputs to stdout, use the -o option to choose an output file.
openfe gather [OPTIONS] RESULTS...
Options
- --report <report>#
What data to report. ‘dg’ gives maximum-likelihood estimate of absolute deltaG, ‘ddg’ gives delta-delta-G, and ‘raw’ gives the raw result of the deltaG for a leg.
- Default:
'dg'- Options:
dg | ddg | raw
- -o <output>#
- --tsv#
Results that are output to stdout will be formatted as tab-separated, identical to the formatting used when writing to file.By default, the output table will be formatted for human-readability.
- --allow-partial#
Do not raise errors if results are missing parts for some edges. (Skip those edges and issue warning instead.)
Arguments
- RESULTS#
Required argument(s)