HATCHet v1.1.1
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 aIndexError: 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 ofhatchet.ini
to allowHATCHet
demo to run.