Skip to content

Releases: TARGENE/targene-pipeline

v0.6.0

15 Jun 11:52
2fa5eb1
Compare
Choose a tag to compare

Adds:

  • New estimator file format
  • Control over cross validation for GLMNet

v0.5.4

22 May 12:25
Compare
Choose a tag to compare
fix test

v0.5.3

17 May 16:03
Compare
Choose a tag to compare
remove multiproc that crashes vmem

v0.5.2

15 May 17:56
aec53f3
Compare
Choose a tag to compare
Merge pull request #71 from TARGENE/add_multi_process

add multiprocessing for glmnet

v0.5.1

10 May 15:01
Compare
Choose a tag to compare
fix main

v0.5.0

08 May 22:46
e03a8b0
Compare
Choose a tag to compare

Breaking: Yes

New:

  • New parameter file format (breaking)
  • Automatic p-value adjustment by trait
  • Negative control pipeline

v0.4.0

14 Apr 13:34
33d3f9b
Compare
Choose a tag to compare

New features:

  • FROM_ACTORS mode:

    1. Will now also compute the Average treatment effect with fixed treatments other than the bQTL. This will hopefully provide the directionality of effect to the current interaction results!
    2. Can support both string ("AA", "AC", "CC") and integer (0,1,2) representation of alleles vias the GENOTYPES_AS_INT argument (default to false)
  • We now have working tests and CI at the pipeline level!

  • All internal releases now follow semantic versioning!

  • The new SAVE_IC argument (default to true) allows to save influence curves with p-value under 'SIEVE_PVAL' independently of whether you want to compute the sieve estimates (NB_VAR_ESTIMATORS > 0).

v0.3.7

02 Feb 17:20
Compare
Choose a tag to compare
add possibility to fastforward columns

v0.3.6

01 Feb 16:29
Compare
Choose a tag to compare
up docs

v0.3.5

19 Jan 17:53
Compare
Choose a tag to compare
Merge branch 'main' of github.com:TARGENE/targene-pipeline into main