Skip to content

v0.6.4

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Nov 15:00
· 1268 commits to main since this release
608aed2

What's Changed

This release uses Hail 0.2.105

Bug fixes

  • Fix assign_population_pcs error when parameter pc_cols is a Hail ArrayExpression by @jkgoodrich in #503

Other Changes

  • Modifying assign_population_pcs to be more flexible by accepting an array expression in 'pc_cols' and adding a 'pc_expr' parameter instead of always using 'scores' by @jkgoodrich in #500
  • add .he to file extensions list in file_exists() by @averywpx in #501
  • add generic constraint functions: build_models(), build_plateau_models_pop(), build_plateau_models_total(), build_coverage_model(), get_all_pop_lengths() by @averywpx in #485

Full Changelog: v0.6.3...v0.6.4