Skip to content

Commit

Permalink
correcting cli --report option 'dg-raw' to 'raw'
Browse files Browse the repository at this point in the history
  • Loading branch information
atravitz committed Oct 10, 2024
1 parent 3d74497 commit 5c8eac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rbfe_tutorial/cli_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ reported are controlled by the `--report` option:
uncertainty from DDG replica averages and standard deviations.
* `ddg` reports pairs of `ligand_i` and `ligand_j`, the calculated
relative free energy `DDG(i->j) = DG(j) - DG(i)` and its uncertainty.
* `dg-raw` reports the raw results, giving the leg (`vacuum`, `solvent`, or
* `raw` reports the raw results, giving the leg (`vacuum`, `solvent`, or
`complex`), `ligand_i`, `ligand_j`, the raw `DG(i->j)` associated with it.


Expand Down
2 changes: 1 addition & 1 deletion showcase/openfe_showcase.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1816,7 +1816,7 @@
"\n",
"`ddg` reports pairs of ligand_i and ligand_j, the calculated relative free energy DDG(i->j) = DG(j) - DG(i) and its uncertainty.\n",
"\n",
"`dg-raw` reports the raw results, giving the leg (vacuum, solvent, or complex), ligand_i, ligand_j, the raw DG(i->j) associated with it."
"`raw` reports the raw results, giving the leg (vacuum, solvent, or complex), ligand_i, ligand_j, the raw DG(i->j) associated with it."
]
},
{
Expand Down

0 comments on commit 5c8eac7

Please sign in to comment.