diff options
author | BonfaceKilz | 2022-01-05 16:24:16 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-01-05 16:24:16 +0300 |
commit | f7e876d53832cf1d5d4b19118266e910e6100ea9 (patch) | |
tree | e62b1757e152b31f2e1fbb7af22f6e042f69ecf1 | |
parent | f5c684d553d492ec6955e9359edc2f2b9cc68c6e (diff) | |
download | guix-bioinformatics-f7e876d53832cf1d5d4b19118266e910e6100ea9.tar.gz |
gn: genenetwork: Add pudb
* gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]:
Add pudb for trouble-shooting purposes.
-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 a73c199..8a47029 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -118,6 +118,7 @@ ("gemma-wrapper" ,gemma-wrapper) ("python" ,python-wrapper) ("csvdiff" ,csvdiff) + ("pudb" ,pudb) ;; For debugging ("python-bcrypt" ,python-bcrypt) ("python-flask" ,python-flask) ("python-flask-cors" ,python-flask-cors) |