Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gf712/mmgbsa
Some code to extract data from Amber 15 MMGBSA.py output
https://github.com/gf712/mmgbsa
mmgbsa mmpbsa plot python
Last synced: about 1 month ago
JSON representation
Some code to extract data from Amber 15 MMGBSA.py output
- Host: GitHub
- URL: https://github.com/gf712/mmgbsa
- Owner: gf712
- Created: 2016-04-29T09:52:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-10T04:46:53.000Z (over 3 years ago)
- Last Synced: 2023-10-20T19:59:07.095Z (about 1 year ago)
- Topics: mmgbsa, mmpbsa, plot, python
- Language: Python
- Homepage:
- Size: 1000 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## MMGBSA parser for AMBER 15
Python code to be executed from the command line.
Usage info:
```
$ MMGBSA_parser.py --help
usage: /Users/je714/Projects/MMGBSA/MMGBSA_parser.pyoptional arguments:
-h, --help show this help message and exit
-i INFO_FILE, --info_file INFO_FILE
The information file that is printed after the MMPBSA
calculation. Default is _MMPBSA_info
-o OUTPUT_DIR, --output_dir OUTPUT_DIR
Output directory for all the generated files.
-fo OUTPUT_FILE, --output_file OUTPUT_FILE
Output file name.
-pt PLOT_TITLE, --plot_title PLOT_TITLE
Plot title.
-ts TIME_STEP, --time_step TIME_STEP
Time step (in ns) between frames
-v VERBOSE, --verbose VERBOSE
Switch verbose on/off. Default is True.
-p PLOT, --plot PLOT Switch plotting on/off. Default is True.Script to extract information from MMGBSA.py Amber 15 output.
```
For example:```bash
MMGBSA_parser.py -inf _MMPBSA_info
```Leading to the following plots in ```./output_dir/```:
![four_plots](http://i.imgur.com/MCNBiI8.png)
![individual](http://i.imgur.com/QY1nX7s.png)