-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Anopheles refactor part 5 - AnophelesSnpData (#393)
* start refactoring snp data functions * fix typing * comments * fix logic error * comments * site_filters * snp_sites * fix errors * snp_genotypes, is_accessible * snp_variants * site_annotations, snp_calls * snp_allele_counts; plot_snps * fix typing * fix regression * fix bug * wip sample_indices * parameter validation * parameter validation * add typeguard to dependencies * use typeguard, simplify types * fix typing bug * fix bugs * add more typechecked annotations; tighten up region parsing * fix typing bug * further typing improvements * fix typing bug * more type hints * fix typing * fix typing * tweaks * fix typing * fix typing * fix bokeh type * check notebooks * disable typeguard because leaking memory * fix test failures * strip typeguard annotations * fix typing errors * fix typing error * squash bugs * add typeguard to fast tests on ci * squash bugs * fix snafu * ignore notebooks output * home-rolled type check decorator * improve message * depend on typeguard * wip simulate genotypes * wip simulate genotypes * wip simulate genotypes * wip test_snp_data * wip test_snp_data * wip test_snp_data - open_snp_sites * wip test_snp_data * wip refactor tests * squashed commits * update poetry * deal with runs of Ns better in plot_snps
- Loading branch information
Showing
24 changed files
with
4,789 additions
and
3,920 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
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
Oops, something went wrong.