Skip to content

HATCHet v0.3.3

Choose a tag to compare

@vineetbansal vineetbansal released this 17 Jun 19:45
· 83 commits to master since this release
4d28472

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 the compute-cn step (had to do with the cluster-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 the plot-cn step, when explicitly specified on the command line, caused an error due to incorrect typecasting. This is now fixed.