diff options
author | BonfaceKilz | 2021-08-03 15:20:24 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-08-03 15:20:24 +0300 |
commit | c1e1bf49b9a00916f19916e7d6b892bea2a794c7 (patch) | |
tree | 1a71d9d23af33bfb75a302ff2a415dbea9de8d2a /gn | |
parent | f7a739461ed705846d506625353694062cfad11f (diff) | |
download | guix-bioinformatics-c1e1bf49b9a00916f19916e7d6b892bea2a794c7.tar.gz |
gn: genenetwork3: Add csvdiff as a propagated input
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/genenetwork.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 6f89a44..4f7f25e 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -48,6 +48,7 @@ #:use-module (gn packages databases) #:use-module (gn packages elixir) #:use-module (gn packages gemma) + #:use-module (gn packages golang) #:use-module (gn packages javascript) #:use-module (gn packages phewas) #:use-module (gn packages python) @@ -433,6 +434,7 @@ Graphical Fragment Assembly} files and related formats.") "19xs9yjv2qldyjkhw2v8dxw5r5gvm2vchcbfqrxi13qgvdidx65f")))) (propagated-inputs `(("coreutils" ,coreutils) ("gemma-wrapper" ,gemma-wrapper) + ("csvdiff" ,go-github-com-aswinkarthik-csvdiff) ("python" ,python-wrapper) ("python-bcrypt" ,python-bcrypt) ("python-flask" ,python-flask) |