diff options
author | pjotrp | 2016-01-23 10:37:17 +0300 |
---|---|---|
committer | pjotrp | 2016-01-23 10:37:17 +0300 |
commit | db0060bc012c5ebd969d12e8ab44824d808be98d (patch) | |
tree | bd2036ce0970ec5d12b397b184957d610648ea78 /gn | |
parent | d1c83a621fe4d08e2bb536ed4844dcb473db4d27 (diff) | |
download | guix-bioinformatics-db0060bc012c5ebd969d12e8ab44824d808be98d.tar.gz |
module ref
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/bioinformatics.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 61ab0a1..128499f 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -42,6 +42,7 @@ #:use-module (gnu packages xml) #:use-module (gnu packages zip) #:use-module (gnu packages bootstrap) + #:use-module (gn packages python) #:use-module (srfi srfi-1)) (define-public my-deploy @@ -195,6 +196,7 @@ confidence region for the location of a putative QTL.") ; ("python2-pyyaml" ,python2-pyyaml) ;; python-yolk is not needed ("python2-pil" ,python2-pil) + ("python2-numarray" ,python2-numarray) ("plink" ,plink) ;; gn1 ; ("r-qtl" ,r-qtl) )) |