https://github.com/barricklab/efm-calculator
Evolutionary Failure Mode Calculator
https://github.com/barricklab/efm-calculator
Last synced: 4 months ago
JSON representation
Evolutionary Failure Mode Calculator
- Host: GitHub
- URL: https://github.com/barricklab/efm-calculator
- Owner: barricklab
- License: other
- Created: 2015-03-20T21:56:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-03-20T11:37:18.000Z (over 4 years ago)
- Last Synced: 2025-09-09T13:54:11.832Z (11 months ago)
- Language: Python
- Size: 158 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.pdf
Awesome Lists containing this project
README
# Evolutionary Failure Mode Calculator
Version 1.1.0.
### Dependencies ###
The EFM Calculator is freely available as a web tool at the [Barrick Lab website](http://www.barricklab.org/efm) and is compatible with Chrome, Firefox, and Safari. If you would like to set a local implementation of the EFM Calculator you will need to install the following:
* Django v3.2.5 (Only required for browser-based output)
* Python v3.8
* MUMmer v3.23
If you are interested in obtaining raw output from the EFM Calculator and bypassing the browser-based results view, see the 'efm_helper.py' file.
## Help ##
Please see the [EFM Calculator Wiki](https://github.com/barricklab/efm-calculator/wiki) for an explanation of how to use this tool.
## License ##
The EFM Calculator is licensed under the University of Texas Research License. It is free for non-commercial use only. See 'LICENSE.pdf' or 'LICENSE.txt' files.