.gitignore
.travis.yml
LICENSE
MANIFEST.in
README.rst
appveyor.yml
ipnbdoctest.py
release.txt
requirements.txt
requirements_ci.txt
requirements_rtfd.txt
setup.cfg
setup.py
tox.ini
./allel/__init__.py
./allel/abc.py
./allel/compat.py
./allel/constants.py
./allel/plot.py
./allel/util.py
./allel/chunked/__init__.py
./allel/chunked/core.py
./allel/chunked/storage_bcolz.py
./allel/chunked/storage_hdf5.py
./allel/chunked/storage_zarr.py
./allel/chunked/util.py
./allel/io/__init__.py
./allel/io/fasta.py
./allel/io/gff.py
./allel/io/util.py
./allel/io/vcf_read.py
./allel/io/vcf_write.py
./allel/model/__init__.py
./allel/model/chunked.py
./allel/model/dask.py
./allel/model/generic.py
./allel/model/ndarray.py
./allel/model/util.py
./allel/opt/__init__.py
./allel/stats/__init__.py
./allel/stats/admixture.py
./allel/stats/decomposition.py
./allel/stats/distance.py
./allel/stats/diversity.py
./allel/stats/fst.py
./allel/stats/hw.py
./allel/stats/ld.py
./allel/stats/mendel.py
./allel/stats/misc.py
./allel/stats/preprocessing.py
./allel/stats/roh.py
./allel/stats/selection.py
./allel/stats/sf.py
./allel/stats/window.py
./allel/test/__init__.py
./allel/test/test_io_vcf_read.py
./allel/test/test_stats.py
./allel/test/tools.py
./allel/test/data/__init__.py
./allel/test/data/ann.vcf
./allel/test/data/eff.vcf
./allel/test/data/sample.gff
./allel/test/data/sample.sorted.gff.gz
./allel/test/data/sample.sorted.gff.gz.tbi
./allel/test/data/sample.vcf
./allel/test/data/sample.vcf.gz
./allel/test/data/sample.vcf.gz.tbi
./allel/test/data/test1.vcf
./allel/test/data/test14.vcf
./allel/test/data/test16.vcf
./allel/test/data/test32.vcf
./allel/test/data/test4.vcf
./allel/test/data/test48a.vcf
./allel/test/data/test48b.vcf
./allel/test/data/test54.vcf.gz
./allel/test/data/test54.vcf.gz.tbi
./allel/test/data/test63.vcf
./allel/test/model/__init__.py
./allel/test/model/test_api.py
./allel/test/model/test_chunked.py
./allel/test/model/test_dask.py
./allel/test/model/ndarray/__init__.py
./allel/test/model/ndarray/test_arrays.py
./allel/test/model/ndarray/test_indexes.py
./allel/test/model/ndarray/test_tables.py
./allel/test/stats/__init__.py
./allel/test/stats/test_mendel.py
./allel/test/stats/test_selection.py
./allel/test/stats/test_sf.py
allel/__init__.py
allel/abc.py
allel/compat.py
allel/constants.py
allel/plot.py
allel/util.py
allel/opt/io_vcf_read.c
allel/opt/model.c
allel/opt/stats.c
allel/chunked/__init__.py
allel/chunked/core.py
allel/chunked/storage_bcolz.py
allel/chunked/storage_hdf5.py
allel/chunked/storage_zarr.py
allel/chunked/util.py
allel/io/__init__.py
allel/io/fasta.py
allel/io/gff.py
allel/io/util.py
allel/io/vcf_read.py
allel/io/vcf_write.py
allel/model/__init__.py
allel/model/chunked.py
allel/model/dask.py
allel/model/generic.py
allel/model/ndarray.py
allel/model/util.py
allel/opt/__init__.py
allel/opt/io_vcf_read.c
allel/opt/io_vcf_read.html
allel/opt/io_vcf_read.pyx
allel/opt/model.c
allel/opt/model.pyx
allel/opt/stats.c
allel/opt/stats.html
allel/opt/stats.pyx
allel/stats/__init__.py
allel/stats/admixture.py
allel/stats/decomposition.py
allel/stats/distance.py
allel/stats/diversity.py
allel/stats/fst.py
allel/stats/hw.py
allel/stats/ld.py
allel/stats/mendel.py
allel/stats/misc.py
allel/stats/preprocessing.py
allel/stats/roh.py
allel/stats/selection.py
allel/stats/sf.py
allel/stats/window.py
allel/test/__init__.py
allel/test/test_io_vcf_read.py
allel/test/test_stats.py
allel/test/tools.py
allel/test/data/__init__.py
allel/test/data/ann.vcf
allel/test/data/eff.vcf
allel/test/data/sample.gff
allel/test/data/sample.sorted.gff.gz
allel/test/data/sample.sorted.gff.gz.tbi
allel/test/data/sample.vcf
allel/test/data/sample.vcf.gz
allel/test/data/sample.vcf.gz.tbi
allel/test/data/test1.vcf
allel/test/data/test14.vcf
allel/test/data/test16.vcf
allel/test/data/test32.vcf
allel/test/data/test4.vcf
allel/test/data/test48a.vcf
allel/test/data/test48b.vcf
allel/test/data/test54.vcf.gz
allel/test/data/test54.vcf.gz.tbi
allel/test/data/test63.vcf
allel/test/model/__init__.py
allel/test/model/test_api.py
allel/test/model/test_chunked.py
allel/test/model/test_dask.py
allel/test/model/ndarray/__init__.py
allel/test/model/ndarray/test_arrays.py
allel/test/model/ndarray/test_indexes.py
allel/test/model/ndarray/test_tables.py
allel/test/stats/__init__.py
allel/test/stats/test_mendel.py
allel/test/stats/test_selection.py
allel/test/stats/test_sf.py
continuous-integration/appveyor/install.ps1
continuous-integration/appveyor/rm_rf.py
continuous-integration/appveyor/run_with_env.cmd
docs/Makefile
docs/chunked.rst
docs/conf.py
docs/examples.py
docs/index.rst
docs/io.rst
docs/model.rst
docs/release.rst
docs/stats.rst
docs/util.rst
docs/_static/EXISTS
docs/model/chunked.rst
docs/model/dask.rst
docs/model/ndarray.rst
docs/model/util.rst
docs/stats/admixture.rst
docs/stats/decomposition.rst
docs/stats/distance.rst
docs/stats/diversity.rst
docs/stats/fst.rst
docs/stats/hw.rst
docs/stats/ld.rst
docs/stats/mendel.rst
docs/stats/misc.rst
docs/stats/preprocessing.rst
docs/stats/roh.rst
docs/stats/selection.rst
docs/stats/sf.rst
docs/stats/window.rst
notebooks/repr_html.ipynb
notebooks/profiling/chunked.ipynb
notebooks/profiling/diversity_divergence.ipynb
notebooks/profiling/fst.ipynb
notebooks/profiling/gff3.ipynb
notebooks/profiling/ihs.ipynb
notebooks/profiling/ihs_standardization.ipynb
notebooks/profiling/ld.ipynb
notebooks/profiling/misc_plotting.ipynb
notebooks/profiling/model.ipynb
notebooks/profiling/nsl.ipynb
notebooks/profiling/pairwise_distance.ipynb
notebooks/profiling/sfs.ipynb
notebooks/profiling/tables.ipynb
notebooks/profiling/tajima_d.ipynb
notebooks/profiling/window_utils.ipynb
notebooks/profiling/xpehh.ipynb
notebooks/profiling/xpnsl.ipynb
notebooks/sandbox/chunked_repr.ipynb
notebooks/sandbox/dask_bcolz.ipynb
notebooks/sandbox/dask_count_alleles_mask.ipynb
notebooks/sandbox/dask_map_alleles.ipynb
notebooks/sandbox/dask_profiling.ipynb
notebooks/sandbox/dask_subset.ipynb
notebooks/sandbox/issue_77.ipynb
notebooks/sandbox/phase_by_transmission.ipynb
notebooks/sandbox/roh_mhmm.ipynb
sandbox/sandbox.py
sandbox/vcftools.cpp
scikit_allel.egg-info/PKG-INFO
scikit_allel.egg-info/SOURCES.txt
scikit_allel.egg-info/dependency_links.txt
scikit_allel.egg-info/not-zip-safe
scikit_allel.egg-info/top_level.txt