Metadata-Version: 2.1
Name: parent-map
Version: 1.1.0
Summary: Analyze parental contributions to evolved or engineered protein or DNA sequences
Home-page: https://github.com/damienmarsic/parent-map
Author: Damien Marsic
Author-email: damien.marsic@aliyun.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Parent-map

Analyze parental contributions to evolved or engineered protein or DNA sequences

Run parent-map without arguments to start in GUI mode.
Run parent-map with arguments to start in console mode.
Run parent-map.py -h for help and list of arguments.

Install from PyPI:
````
pip install parent-map
````
Install from Bioconda:
```
conda install -c bioconda parent-map
```
Run:
```
python -m parent-map
```
Windows installer: https://sourceforge.net/projects/parent-map/

Full documentation: https://parent-map.readthedocs.io/

[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/parent-map/README.html)

[![Download parent-map](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/parent-map/files/latest/download)

[![Parent-map documentation](https://img.shields.io/badge/Parent--map-Documentation-yellow)](https://parent-map.readthedocs.io/)






