cggh / scikit-allel

A Python package for exploring and analysing genetic variation data
MIT License
287 stars 49 forks source link

Add 3 functions to simulate genotypes/allele counts for quick protyping #281

Open hardingnj opened 5 years ago

hardingnj commented 5 years ago

Three simple functions that return dask objects.

Unsure how to generalise to return in-memory objects if required.

pep8speaks commented 5 years ago

Hello @hardingnj! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2019-11-05 15:34:04 UTC
hardingnj commented 4 years ago

Revisited after a hiatus, apologies for that. Ready for review.