diff options
-rw-r--r-- | guix.scm | 38 |
1 files changed, 2 insertions, 36 deletions
@@ -52,42 +52,8 @@ (define %source-dir (dirname (current-filename))) - (package - (name "genenetwork3.git") - (version "0.1.0") + (inherit genenetwork3) (source (local-file %source-dir "genenetwork3-checkout" #:recursive? #t - #:select? (git-predicate %source-dir))) - (propagated-inputs `(("coreutils" ,coreutils) - ("gemma-wrapper" ,gemma-wrapper) - ("gunicorn" ,gunicorn) - ("python" ,python-wrapper) - ("python-bcrypt" ,python-bcrypt) - ("python-flask" ,python-flask) - ("python-flask-cors" ,python-flask-cors) - ("python-flask-socketio" ,python-flask-socketio) - ("python-ipfshttpclient" ,python-ipfshttpclient) - ("python-mypy" ,python-mypy) - ("python-mypy-extensions" ,python-mypy-extensions) - ("python-mysqlclient" ,python-mysqlclient) - ("python-numpy" ,python-numpy) - ("python-pandas" ,python-pandas) - ("python-pingouin" ,python-pingouin) - ("python-plotly" ,python-plotly) - ("python-pylint" ,python-pylint) - ("python-redis" ,python-redis) - ("python-requests" ,python-requests) - ("python-scipy" ,python-scipy) - ("python-sparqlwrapper" ,python-sparqlwrapper) - ("r-optparse" ,r-optparse) - ("r-qtl" ,r-qtl) - ("r-rjson" ,r-rjson) - ("r-stringi" ,r-stringi) - ("r-wgcna" ,r-wgcna) - ("rust-qtlreaper" ,rust-qtlreaper))) - (build-system python-build-system) - (home-page "https://github.com/genenetwork/genenetwork3") - (synopsis "GeneNetwork3 API for data science and machine learning.") - (description "GeneNetwork3 API for data science and machine learning.") - (license agpl3+)) + #:select? (git-predicate %source-dir)))) |