Metadata-Version: 2.4
Name: AlphaPeel
Version: 1.3.0
Summary: Multilocus and hybrid peeling
Author-email: Andrew Whalen <awhalen@roslin.ed.ac.uk>
License: Copyright (C) 2020 University of Edinburgh
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
Project-URL: Homepage, https://github.com/AlphaGenes/AlphaPeel
Project-URL: Documentation, https://alphapeel.readthedocs.io/en/latest/
Project-URL: Bug Tracker, https://github.com/AlphaGenes/AlphaPeel/issues
Project-URL: Changelog, https://alphapeel.readthedocs.io/en/latest/changelog.html
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.19
Requires-Dist: numba>=0.50.0

# AlphaPeel

<a href="https://alphapeel.readthedocs.io/en/latest/index.html">
  <img src="https://app.readthedocs.org/projects/alphapeel/badge/"/>
</a>

AlphaPeel is a software package for calling, phasing, and imputing genotype and sequence data in pedigree populations. This program implements single-locus peeling, multi-locus peeling, and hybrid peeling. A complete description of these methods is given in the suggested citation:

Whalen, A, Ros-Freixedes, R, Wilson, DL, Gorjanc, G, Hickey, JM. (2018). Hybrid peeling for fast and accurate calling, phasing, and imputation with sequence data of any coverage in pedigrees. Genetics Selection Evolution; doi: <a href="https://doi.org/10.1186/s12711-018-0438-2">https://doi.org/10.1186/s12711-018-0438-2</a>

## User guide

See https://alphapeel.readthedocs.io/en/latest

## Conditions of use

AlphaPeel is fully and freely available for all use under the MIT License.

## Requirements

* Python 3
* NumPy
* Numba

## Installation

See https://alphapeel.readthedocs.io/en/latest/get_started.html#install-software
