-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add gather support for parallel dir structure (#1044)
* add docstrings * Revert "add docstrings" This reverts commit 6ae5d1d. * adding fixture * whitespace fixes * added (failing) test for parallel results data * add back all report types into testing * include serial and paralell in paramterize * adding support for raw output type * expose uncertainty and estimate functions to gather * pass dGs through - works but isn't pretty * remove todo * updating changelog * updating changelog * Update openfe/protocols/openmm_rfe/equil_rfe_methods.py Co-authored-by: Hannah Baumann <[email protected]> * fix type hint --------- Co-authored-by: Hannah Baumann <[email protected]>
- Loading branch information
1 parent
bb90b07
commit 66476fd
Showing
5 changed files
with
86 additions
and
45 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
**Added:** | ||
|
||
* ``openfe gather`` now supports replicates that have been submitted in parallel across separate directories. | ||
|
||
**Changed:** | ||
|
||
* <news item> | ||
|
||
**Deprecated:** | ||
|
||
* <news item> | ||
|
||
**Removed:** | ||
|
||
* <news item> | ||
|
||
**Fixed:** | ||
|
||
* <news item> | ||
|
||
**Security:** | ||
|
||
* <news item> |
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
File renamed without changes.