diff options
author | Frederick Muriuki Muriithi | 2022-05-24 05:34:01 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-05-24 05:34:01 +0300 |
commit | d0db34e42239177444113ae8f6eaee6379df0e7c (patch) | |
tree | 7e04d07a51646550f59c537ae6bb66cf263b7aea /gn/packages/genenetwork.scm | |
parent | a0c0de89b45f539e137804da4e3abe86459b4719 (diff) | |
download | guix-bioinformatics-d0db34e42239177444113ae8f6eaee6379df0e7c.tar.gz |
New dependency: (genenetwork3: diffutils)
- Genenetwork3 depends on diffutils
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 8c57782..396964c 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -159,7 +159,8 @@ r-stringi r-wgcna r-ctl - rust-qtlreaper)) + rust-qtlreaper + diffutils)) (build-system python-build-system) (home-page "https://github.com/genenetwork/genenetwork3") (synopsis "GeneNetwork3 API for data science and machine learning.") |