Skip to content

Releases: btmartin721/SNPio

Version 1.0.4

10 Sep 22:19
3ffcb9d
Compare
Choose a tag to compare

Version 1.0.4 (2023-09-10)

Features

  • Added functionality to filter out linked SNPs using CHROM and POS fields from VCF file.

Performance

  • Made the Sankey plot function more modular and dynamic.

Bug Fixes

  • Fix spacing between printed STDOUT.

Version 1.0.3.3

02 Sep 04:15
Compare
Choose a tag to compare
  • Fix bug where VCF file CHROM strings were cut off after 10 characters.

Version 1.0.3.1

28 Aug 04:46
Compare
Choose a tag to compare

Version 1.0.3 (2023-08-27)

Features

  • Performance improvements for VCF files.
  • Load and write VCF file in chunks of loci to improve memory consumption.
  • New output directory structure for better organization.
  • VCF file attributes are now written to an HDF5 file instead of all being loaded into memory.
  • Increased usage of numpy to improve VCF IO.
  • Added AF INFO field when converting PHYLIP or STRUCTURE files to VCF format.
  • VCF file reading uses pysam instead of cyvcf2 now.

Bug Fixes

  • Fixed bug with search_threshold plots where the x-axis values would be sorted as strings instead of integers.
  • Fixed bugs where sampleIDs were out of order for VCF files.
  • Ensured correct order for all objects.
  • Fixed bugs when subsetting with popmaps files.
  • Fixed to documentation.

Version 1.0.1.0.0

22 Jul 18:20
Compare
Choose a tag to compare

Update docs

Version 1.0.1.0

22 Jul 18:18
Compare
Choose a tag to compare

Update docs

Version 1.0.1

22 Jul 05:45
Compare
Choose a tag to compare
  • Switched to cyvcf2 instead of scikit-allel because scikit-allel wouldn't compile on Mac.
  • Updated documentation

v1.0.0

16 Jul 19:43
1d30289
Compare
Choose a tag to compare
Merge pull request #3 from tkchafin/master

add check to validate q matrix from iqtree