diff options
author | BonfaceKilz | 2022-01-05 16:33:25 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-01-05 16:33:25 +0300 |
commit | fc24a488e7cbe962aa04980dc383461f9fe0255f (patch) | |
tree | 7d1df28d104df46eeac90877931b0e644ebf8ce3 /gn/packages | |
parent | f7e876d53832cf1d5d4b19118266e910e6100ea9 (diff) | |
download | guix-bioinformatics-fc24a488e7cbe962aa04980dc383461f9fe0255f.tar.gz |
Revert "gn: genenetwork: Add pudb"
This reverts commit f7e876d53832cf1d5d4b19118266e910e6100ea9. Add an extra
dependency by running something like:
```
guix shell -L /home/bonface/projects/guix-bioinformatics \
-L /home/bonface/projects/guix-past/modules -C \
-D pudb -f guix.scm
```
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/genenetwork.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 8a47029..a73c199 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -118,7 +118,6 @@ ("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) |