diff options
author | BonfaceKilz | 2021-06-21 08:58:27 +0300 |
---|---|---|
committer | GitHub | 2021-06-21 08:58:27 +0300 |
commit | f949189dc727976a1574a57d3b0e895ff6598d07 (patch) | |
tree | e7e0634176d55afefa25467652b4f97601287837 /guix.scm | |
parent | d653a635d0efd2291754c18f51d31f91a1c0a25c (diff) | |
parent | 10140ab707021dd2dffb1b439f52a62e3d59c29a (diff) | |
download | genenetwork3-f949189dc727976a1574a57d3b0e895ff6598d07.tar.gz |
Merge pull request #20 from genenetwork/feature/biweight-correlation
add biweight r script and tests
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -30,6 +30,7 @@ (gnu packages cran) (gnu packages databases) (gnu packages statistics) + (gnu packages bioconductor) (gnu packages python) (gnu packages python-check) (gnu packages python-crypto) @@ -89,7 +90,8 @@ ("r-optparse" ,r-optparse) ("r-stringi" ,r-stringi) ("r-stringr" ,r-stringr) - ; ("r-wgcna" ,r-wgcna) + ("r-testthat" ,r-testthat) + ("r-wgcna" ,r-wgcna) )) (build-system python-build-system) (home-page "https://github.com/genenetwork/genenetwork3") |