aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gn/packages/bioinformatics.scm6
-rw-r--r--gn/packages/python.scm3
2 files changed, 6 insertions, 3 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm
index bb6fda6..a93c14c 100644
--- a/gn/packages/bioinformatics.scm
+++ b/gn/packages/bioinformatics.scm
@@ -2421,8 +2421,10 @@ cases include:
("python" ,python-2)
("python2-bx-python" ,python2-bx-python)
("python2-numpy" ,python2-numpy)
- ("python2-pandas" ,python2-pandas)
- ("python2-pysam" ,python2-pysam)
+
+ ;; TODO: re-package these!
+ ;("python2-pandas" ,python2-pandas)
+ ;("python2-pysam" ,python2-pysam)
("python2-scipy" ,python2-scipy)
("rtg-tools" ,rtg-tools)
("samtools" ,samtools)
diff --git a/gn/packages/python.scm b/gn/packages/python.scm
index 20fa3fa..fc8f436 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -65,7 +65,8 @@
#:tests? #f))
(propagated-inputs
`(("python2-six" ,python2-six)
- ("python2-singledispatch" ,python2-singledispatch)
+ ;; TODO: re-package this!
+ ;("python2-singledispatch" ,python2-singledispatch)
))
(inputs
`(("readline" ,readline)