Releases: apriha/snps
Releases · apriha/snps
v2.9.0
What's Changed
- Fix linting issues by @apriha in #179
- Parse Sano DTC format by @apriha in #180
- Add support to detect plink generated 23andme files by @teepean in #176
- Add PLINK test by @apriha in #181
- Parse PLINK by @apriha in #182
- Fix DtypeWarning by @apriha in #183
- Enhance VCF output by @apriha in #184
New Contributors
Full Changelog: v2.8.2...v2.9.0
v2.8.2
v2.8.1
v2.8.0
v2.7.2
v2.7.1
v2.7.0
Added
- Detect deduced chip array and chip version based on chip clusters
- Identify and filter low quality SNPs based on chip clusters
- Add various VCF output options related to low quality SNPs (drop and/or populate
FILTER
column) - Add helper output functions (
to_csv
,to_tsv
,to_vcf
) - Add ability to prefix chromosomes in VCF output
Updated
- Deprecate reading/writing class methods
- Deprecate
save
method
Fixed
- Write output file with no additional blank lines (Windows)