HATCHet v0.3.3
This HATCHet release fixes a couple of bugs, especially when running the end-end HATCHET run
command with a workflow .ini
file.
- Fixed a possible
AssertionError: Samples in BBC files does not match the ones in SEG file!
in thecompute-cn
step (had to do with thecluster-bins
step failing to close the.seg
/.bbc
files properly. - A pre-downloaded SNP file specified as the
genotype_snps.snps
key in the.ini
file would have been ignored. This is now fixed. - The
--baseCN
argument for theplot-cn
step, when explicitly specified on the command line, caused an error due to incorrect typecasting. This is now fixed.