Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 876 Bytes

CHANGELOG.md

File metadata and controls

13 lines (10 loc) · 876 Bytes

birneylab/flexlmm: Changelog

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v2.0.0 - [December 10th 2024]

  • Major change and simplification in workflow logic with the aim of facilitating future integration of an eQTL branch.
  • Change of the permutation approach to be performed on the residuals instead than on the genotypes.
  • Deprecation of the permute_by parameter as grouped permutation are not possible on the low-dimensional projection of the residuals.
  • Support for more genotype input file formats: vcf, bcf, pgen/psam/pvar, bgen, bed/bim/fam, ped/map.
  • Change in the freq parameter: instead than a vcf file now it takes in input a precomputed plink2 freq file
  • Default number of permutations changed from 10 to 100