diff options
author | Pjotr Prins | 2019-09-06 02:40:12 -0500 |
---|---|---|
committer | Pjotr Prins | 2019-09-06 02:40:12 -0500 |
commit | aea8bc0de6a1fce08a0f0adbc5b2a295264ff550 (patch) | |
tree | 2c146473b836cd9074eed9252e419a7f1c0209cd /gn/packages/cwl.scm | |
parent | ca6c93f743475d1f7c791f16eeb6890adc50528c (diff) | |
download | guix-bioinformatics-aea8bc0de6a1fce08a0f0adbc5b2a295264ff550.tar.gz |
Cleaning up genenetwork2 build.
Remove pylmm and r-phewas. Added rust-qtlreaper
Fixed python-setuptools warning
Diffstat (limited to 'gn/packages/cwl.scm')
-rw-r--r-- | gn/packages/cwl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/cwl.scm b/gn/packages/cwl.scm index 84251a4..dddaa8a 100644 --- a/gn/packages/cwl.scm +++ b/gn/packages/cwl.scm @@ -13,7 +13,7 @@ #:use-module (gnu packages serialization) #:use-module (gnu packages time) #:use-module (gnu packages version-control) - #:use-module (gn packages python) + ; #:use-module (gn packages python) #:use-module (guix download) #:use-module (guix packages) #:use-module (guix git-download) |