Skip to content

HATCHet v1.1.1

Compare
Choose a tag to compare
@vineetbansal vineetbansal released this 30 Aug 20:25
· 53 commits to master since this release
611bfbd

This version of HATCHet fixes a bug introduced in v1.0.2, and adds a feature allowing the end-end HATCHet demo to run.

  • Fixed a bug in the count_alleles step that would have thrown a IndexError: list index out of range exception in certain cases.
  • Fixed a bug in multiprocessing (that would have shown up in the count_alleles step) that would have caused the number of chromosoms written to .1bed files to match the number of worker threads, ignoring the rest. Thank you @mlewinsohn and @alvinwt for uncovering this bug.
  • Added an optional chromosomes key in the [run] section of hatchet.ini to allow HATCHet demo to run.