diff options
author | Muriithi Frederick Muriuki | 2019-03-13 09:06:45 +0300 |
---|---|---|
committer | Muriithi Frederick Muriuki | 2019-03-13 09:06:45 +0300 |
commit | 86c78f97e4f2384f3145adf108b661742c69bfaa (patch) | |
tree | e4840fd8c84c53d6f61985308a55717afc0b5a8d /gn/packages/genenetwork.scm | |
parent | f5bc342188b1b9156b0f960a3a6bb5f7069c07ba (diff) | |
download | guix-bioinformatics-86c78f97e4f2384f3145adf108b661742c69bfaa.tar.gz |
Remove comments
* Remove comments referring to python2-piddle and python2-pil1
dependencies.
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 4450bfa..3051dcb 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -262,10 +262,8 @@ location of a putative QTL.") ("python2-parallel" ,python2-parallel) ("python2-parameterized" ,python2-parameterized) ("python2-passlib" ,python2-passlib) - ;; ("python2-piddle-gn" ,python2-piddle-gn) ("python2-redis" ,python2-redis) ("python2-requests" ,python2-requests) - ; ("python2-pil1" ,python2-pil1) ; should move to pillow some day ("python2-requests" ,python2-requests) ("python2-rpy2" ,python2-rpy2) ("python2-scipy" ,python2-scipy) @@ -501,15 +499,8 @@ written in C") ;; Without Python3 support ;; ("python-qtlreaper" ,python-qtlreaper) ;; Run as an external program ;; ("pylmm-gn2" ,pylmm-gn2) ;; To be run as an external python2 program - ;; ("python2-pil1" ,python2-pil1) ; should move to pillow some day. Run as external python2 program ;; ("python2-numarray" ,python2-numarray) ;; Update gn2 code and drop this (IMPORTANT) - ;; ("python2-piddle-gn" ,python2-piddle-gn) ;; Run as external python2 program ;; ("python2-htmlgen-gn" ,python2-htmlgen-gn) ;; pjotrp and zsloan to give directions - - - ;; Removed packages - ;; ("python2-mechanize" ,python2-mechanize) - ;; ("python2-parallel" ,python2-parallel) )) (build-system python-build-system) (arguments |