aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorzsloan2021-05-25 20:28:02 +0000
committerzsloan2021-06-18 22:08:04 +0000
commit0bfe2990ce31fbd808b680a883619575d864aef5 (patch)
treed891d0641c117f09461a2a7078b1235e929be907 /guix.scm
parentbf0a8cb22c0cc0c1dfe25740f88a4cb159dd0064 (diff)
downloadgenenetwork3-0bfe2990ce31fbd808b680a883619575d864aef5.tar.gz
Add rqtl_wrapper.R script and necessary imports to guix.scm
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/guix.scm b/guix.scm
index 75084db..d20c7f0 100644
--- a/guix.scm
+++ b/guix.scm
@@ -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)