aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/ratspub.scm
diff options
context:
space:
mode:
authorShepherd on Tux022024-06-20 08:37:15 -0500
committerShepherd on Tux022024-06-20 08:37:15 -0500
commitfe5fd5cb23907f8e37edafda96bafa608a3e0e7f (patch)
tree0b4cec2038dde07fe26f1c6882369f36a9545a19 /gn/packages/ratspub.scm
parentf0f8dc84eca7088177797f84db05314537615c77 (diff)
parent0362ee068a39ce9a5fd6f0fba9cd5586211f07f1 (diff)
downloadguix-bioinformatics-fe5fd5cb23907f8e37edafda96bafa608a3e0e7f.tar.gz
Merge branch 'master' of /home/git/public/guix-bioinformatics
Diffstat (limited to 'gn/packages/ratspub.scm')
-rw-r--r--gn/packages/ratspub.scm16
1 files changed, 15 insertions, 1 deletions
diff --git a/gn/packages/ratspub.scm b/gn/packages/ratspub.scm
index 726bc0b..19b70c2 100644
--- a/gn/packages/ratspub.scm
+++ b/gn/packages/ratspub.scm
@@ -179,6 +179,20 @@ gene-keyword relationships are presented as an interactive graph and a table.")
`(modify-phases ,phases
(delete 'check))))))))
+(define-public python-keras-no-tests
+ (hidden-package
+ (package
+ (inherit python-keras)
+ (source
+ (origin
+ (inherit (package-source python-keras))))
+ (arguments
+ (substitute-keyword-arguments (package-arguments python-keras)
+ ((#:phases phases)
+ `(modify-phases ,phases
+ (delete 'check))))))))
+
+
(define-public hrdp-project
(package
(name "hrdp-project")
@@ -370,7 +384,7 @@ if __name__ == '__main__':
("inetutils" ,inetutils)
("python-bcrypt" ,python-bcrypt)
("python-flask-sqlalchemy" ,python-flask-sqlalchemy)
- ("python-keras" ,python-keras-for-ratspub)
+ ("python-keras" ,python-keras-no-tests)
("python-nltk" ,python-nltk)
("python-pandas" ,python-pandas)
("python-regex" ,python-regex)