-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Implement count_call_alleles #85 * Fixes for mypy and black * Add dependency on numba * gufunc implementation of count_alleles * Fix count alleles bug for chunking * Fix doctest for count_call_alleles * Docstring for gufunc * Remove duplication in setup.cfg * Fixes for pre-commit * Add ignore type checking for guvectorize decorator * Explicit import of guvectorize * Use display_genotypes in aggregation docstrings * Numpy style docstring for count_alleles Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
84f79c2
commit 320ebc9
Showing
4 changed files
with
223 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ xarray | |
dask[array] | ||
scipy | ||
numba | ||
zarr | ||
zarr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters