Metadata-Version: 2.1
Name: MoNeT_MGDrivE
Version: 0.6.0.0.2
Summary: MoNeT python package for MGDrivE data analysis
Home-page: https://github.com/Chipdelmal/MoNeT_MGDrivE
Author: Hector M. Sanchez C.
Author-email: sanchez.hmsc@berkeley.edu
License: MIT
Description: 
        This module was created to accompany the [MGDrivE](https://marshalllab.github.io/MGDrivE/) and [MoNeT](https://chipdelmal.github.io/MoNeT/) projects to make the analysis of the spatiotemporal simulations of gene-drive spreads as seamless as possible.
        
        It is also meant to serve as a platform to ensure the reproducibility of results of the publications from our [research group at UC, Berkeley](https://www.marshalllab.com/), as part of [DARPA's: Safe Genes program](https://www.darpa.mil/program/safe-genes) and [UCI Malaria  Initiative](http://malaria.bio.uci.edu/).
        
        <hr>
        
        ##  Project Status
        
        Our code has been used and tested in several [MGDrivE](https://marshalllab.github.io/MGDrivE/) publications. For some examples of how this package is being currently used, please follow this [link](https://chipdelmal.github.io/MoNeT/Berkeley.html).
        
        <hr>
        
        ##  Installation
        
        To install from pypi with pip:
        
        ```bash
        pip install MoNeT-MGDrivE
        ```
        
        Make sure to have the following dependencies installed:
        
        * [Numpy](http://www.numpy.org/)
        * [Matplotlib](https://matplotlib.org/)
        * [Pandas](https://pandas.pydata.org/)
        * [Basemap](https://matplotlib.org/basemap/)
        
        <hr>
        
        ##  Authors
        
        * __Lead__: [Héctor M. Sánchez C](https://chipdelmal.github.io/)
        * __Dev__: Chris De León, Priscilla Zhang
        * __Former Dev__: Sabrina Wong, Sarafina Smith, Víctor Ferman, Biyonka Liang, Gillian Chu, Maya Shen
        * __PI__: [John M. Marshall](https://www.marshalllab.com/)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
