diff options
author | zsloan | 2021-06-18 17:33:09 -0500 |
---|---|---|
committer | GitHub | 2021-06-18 17:33:09 -0500 |
commit | d653a635d0efd2291754c18f51d31f91a1c0a25c (patch) | |
tree | 309ea800da204f721e92ebc1c725144eab939d0f /guix.scm | |
parent | c553b52e140de1d7e5ed49f07bae2f4a120266f8 (diff) | |
parent | f7becfa11ca857104ecc1b668b4bd3d0a721083c (diff) | |
download | genenetwork3-d653a635d0efd2291754c18f51d31f91a1c0a25c.tar.gz |
Merge pull request #13 from zsloan/feature/add_rqtl_endpoints
Feature/add rqtl endpoints
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -87,6 +87,8 @@ ; ("r-ctl" ,r-ctl) ("r-qtl" ,r-qtl) ("r-optparse" ,r-optparse) + ("r-stringi" ,r-stringi) + ("r-stringr" ,r-stringr) ; ("r-wgcna" ,r-wgcna) )) (build-system python-build-system) |