Skip to content

Version 0.32

Choose a tag to compare

@kbroman kbroman released this 30 Apr 17:52
· 11 commits to main since this release

qtl2convert 0.32 (2026-04-30)

Bug fixes

  • Problem in encode_geno() showing up on CRAN: needed to change
    (a==b) to !strcmp(a, b).