diff options
author | BonfaceKilz | 2021-12-21 15:37:33 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-12-21 15:37:33 +0300 |
commit | 601715d6f744beae73e06b500bfbb864a03d6823 (patch) | |
tree | ffda64b7ad71575817497a03385012e2037875f7 | |
parent | b519de0a508392c409d93f0bac263b06b662d534 (diff) | |
download | guix-bioinformatics-601715d6f744beae73e06b500bfbb864a03d6823.tar.gz |
gn/packages/genenetwork.scm: Use csvdiff from textutils.
* gn/packages/genenetwork.scm (genenetwork2): Use updated version of csvdiff
from textutils.
-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 04fa37c..2632fd6 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -48,6 +48,7 @@ #:use-module (gn packages javascript) #:use-module (gn packages python) #:use-module (gn packages statistics) + #:use-module (gn packages textutils) #:use-module (gn packages twint) #:use-module (gn packages web) #:use-module (srfi srfi-1)) @@ -115,8 +116,8 @@ "1nrxdshm7ilhkkwhcfddgrgg5cdm8vlcl71nfvh1bfxcl5153xld")))) (propagated-inputs `(("coreutils" ,coreutils) ("gemma-wrapper" ,gemma-wrapper) - ("csvdiff" ,go-github-com-aswinkarthik-csvdiff) ("python" ,python-wrapper) + ("csvdiff" ,csvdiff) ("python-bcrypt" ,python-bcrypt) ("python-flask" ,python-flask) ("python-flask-cors" ,python-flask-cors) |