aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/genenetwork.scm
diff options
context:
space:
mode:
authorBonfaceKilz2021-05-10 16:22:09 +0300
committerBonfaceKilz2021-05-10 20:46:17 +0300
commit00ba1f8fa99589fa47822ea96dc2de186e186ef7 (patch)
tree232820b1ed6bc057805d84754d7237fa0672fdd1 /gn/packages/genenetwork.scm
parent95bb5be75c5c32513cf8221264f6b6c5a7652806 (diff)
downloadguix-bioinformatics-00ba1f8fa99589fa47822ea96dc2de186e186ef7.tar.gz
gn: genenetwork: Add genenetwork3 as input.
* gn/packages/genenetwork.scm (python3-genenetwork2) [propagated-inputs]: Add genenetwork3.
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r--gn/packages/genenetwork.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index d3d02e0..47be9e0 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -481,6 +481,7 @@ Graphical Fragment Assembly} files and related formats.")
(string-prefix? "python-2" name)
(string=? "python" name))))
inputs)))
+ ("genenetwork3" ,genenetwork3)
("python" ,python-wrapper)
("python-pillow" ,python-pillow)
("python-coverage" ,python-coverage)