diff options
author | BonfaceKilz | 2021-05-10 16:22:09 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-05-10 20:46:17 +0300 |
commit | 00ba1f8fa99589fa47822ea96dc2de186e186ef7 (patch) | |
tree | 232820b1ed6bc057805d84754d7237fa0672fdd1 /gn | |
parent | 95bb5be75c5c32513cf8221264f6b6c5a7652806 (diff) | |
download | guix-bioinformatics-00ba1f8fa99589fa47822ea96dc2de186e186ef7.tar.gz |
gn: genenetwork: Add genenetwork3 as input.
* gn/packages/genenetwork.scm (python3-genenetwork2) [propagated-inputs]: Add
genenetwork3.
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/genenetwork.scm | 1 |
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) |