Skip to content

v0.6.0

Compare
Choose a tag to compare
@apriha apriha released this 02 Nov 07:20
· 724 commits to master since this release
a798a61

Added

  • Parse large VCF files (optionally compressed with gzip)
  • Extract a list of RSIDs from a VCF
  • Add SNPs.unannotated_vcf property
  • Add documentation for reading VCF (#18)

Updated

  • Improve speed of reading VCF files (#11)
  • Replace print statements with calls to a logger (#22)
  • Do not drop chromosome 0 SNPs
  • Install additional dev dependencies with Pipenv
  • Fix warnings when generating documentation
  • Update tests and documentation