diff options
author | zsloan | 2021-05-25 20:28:02 +0000 |
---|---|---|
committer | zsloan | 2021-06-18 22:08:04 +0000 |
commit | 0bfe2990ce31fbd808b680a883619575d864aef5 (patch) | |
tree | d891d0641c117f09461a2a7078b1235e929be907 /guix.scm | |
parent | bf0a8cb22c0cc0c1dfe25740f88a4cb159dd0064 (diff) | |
download | genenetwork3-0bfe2990ce31fbd808b680a883619575d864aef5.tar.gz |
Add rqtl_wrapper.R script and necessary imports to guix.scm
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) |