safep
Tools for Analyzing and Debugging (SA)FEP calculations. See also the SAFEP Tutorial: https://github.com/jhenin/SAFEP_tutorial/tree/main Documentation: https://safep-alchemy.readthedocs.io/en/latest/
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.9%) to scientific vocabulary
Keywords
Repository
Tools for Analyzing and Debugging (SA)FEP calculations. See also the SAFEP Tutorial: https://github.com/jhenin/SAFEP_tutorial/tree/main Documentation: https://safep-alchemy.readthedocs.io/en/latest/
Basic Info
Statistics
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 23
- Releases: 3
Topics
Metadata Files
README.md
SAFEP
See detailed documentation here: https://safep-alchemy.readthedocs.io/en/latest/
SAFEP-related scripts and tools
These scripts and notebooks are broadly applicable to FEP analysis.
Sample Notebooks:
- AlternativeParser_nBAR uses less RAM to read large fepout files. Rarely useful unless each fepout file is extremely large.
- BAREstimatorBasic: General use FEP analysis. Includes cumulative dG estimates, error estimates, and measures of convergence.
- BAREstimatorExpanded: Extendend functionality including bootstrapped error estimates, kernel estimation of dL distributions, and more.
- BatchBasic: Like BAREstimator_Basic but designed for multiple replicas of the same calculation.
Installation:
- Clone this repository
- Enter the repository directory
- Run
pip install .
OR
- Run
pip install git+https://github.com/BranniganLab/safep.git
Owner
- Name: Brannigan Lab
- Login: BranniganLab
- Kind: organization
- Repositories: 4
- Profile: https://github.com/BranniganLab
Citation (citation.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Hénin" given-names: "Jérôme" - family-names: "Santiago" given-names: "Ezry" - family-names: "Joseph" given-names: "Tom" - family-names: "Brannigan" given-names: "Grace" title: "safep" version: 0.1.0 date-released: 2022-01-15 url: "https://github.com/BranniganLab/safep"
GitHub Events
Total
- Create event: 4
- Release event: 1
- Issues event: 8
- Watch event: 1
- Delete event: 4
- Issue comment event: 4
- Push event: 16
- Pull request review comment event: 31
- Pull request review event: 35
- Pull request event: 7
Last Year
- Create event: 4
- Release event: 1
- Issues event: 8
- Watch event: 1
- Delete event: 4
- Issue comment event: 4
- Push event: 16
- Pull request review comment event: 31
- Pull request review event: 35
- Pull request event: 7
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 2
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: about 1 month
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: about 1 month
- Issue authors: 2
- Pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- EzryStIago (8)
- jhenin (5)
- ttjoseph (1)
Pull Request Authors
- EzryStIago (10)
- jhenin (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 11 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
pypi.org: safep
Tools for Analyzing and Debugging (SA)FEP calculations
- Homepage: https://github.com/BranniganLab/safep
- Documentation: https://safep.readthedocs.io/
- License: GNU General Public License v3 or later (GPLv3+)
-
Latest release: 0.1.4
published 10 months ago
Rankings
Maintainers (1)
Dependencies
- alchemlyb ==2.0.0
- matplotlib >=3.5.0
- natsort >=7.1.0
- numpy >=1.22.0
- pandas >=1.4.0
- tqdm *