-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixes issue #618 openfe gather will not correctly report DDG hydration values * cli: add --report raw option to gather this reports the unit estimates individually * add doc to cli for gather raw option * cli: add test for gather raw * cli: gather, remove dg-raw option * Update openfecli/commands/gather.py Co-authored-by: Irfan Alibay <[email protected]> * Update environment.yml * change tyk2 regression to use gather --report ddg * fixup raw gather test to include MBAR uncertainty label --------- Co-authored-by: Irfan Alibay <[email protected]>
- Loading branch information
1 parent
2af8dcd
commit 94929f5
Showing
4 changed files
with
140 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ dependencies: | |
- openmmtools | ||
- openmmforcefields>=0.11.2 | ||
- perses | ||
- pooch | ||
- py3dmol | ||
- plugcli | ||
- tqdm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters