diff options
author | Frederick Muriuki Muriithi | 2022-09-16 12:43:35 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-09-16 12:43:35 +0300 |
commit | c380c2cdedfa0a20a2b731f081443b963ab3b97f (patch) | |
tree | be1413aea5fd1dab35bbf661bc2de98f8aa2ee46 | |
parent | c2a2ace2c232cbb3ecfb851c233d244e8d8b7142 (diff) | |
download | guix-bioinformatics-c380c2cdedfa0a20a2b731f081443b963ab3b97f.tar.gz |
gn: (genenetwork-qc): Update to 0.0.1-2.b735cae
* gn/packages/quality-control.scm (genenetwork-qc): Update to
0.0.1-2.b735cae
-rw-r--r-- | gn/packages/quality-control.scm | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/gn/packages/quality-control.scm b/gn/packages/quality-control.scm index 4d4f94b..7bc60ef 100644 --- a/gn/packages/quality-control.scm +++ b/gn/packages/quality-control.scm @@ -132,7 +132,7 @@ delimited text files: (sbcl-package->ecl-package sbcl-qc-uploads)) (define-public genenetwork-qc - (let ((commit "38af157b22566cf2bc28d69ac1d18c878321e607") + (let ((commit "b735cae93ac8243bc9b07a10549a68330934d9bf") (revision "2")) (package (name "genenetwork-qc") @@ -146,7 +146,7 @@ delimited text files: (url "https://gitlab.com/fredmanglis/gnqc_py.git") (commit commit))) (sha256 - (base32 "1cjx7zgs6fwv8q4a5j8c9nv6sjpjvblqfxvgdwcahfkx2003znpc")))) + (base32 "0my3zm7kc5ijsp7lmh5qf6z198x1gw1cr17230d20za65pssri3j")))) (build-system python-build-system) (arguments `(#:tests? #f ; Tests requiring redis server fail. Figure out how to start redis @@ -157,13 +157,15 @@ delimited text files: (when tests? (invoke "pytest"))))))) (inputs - (list redis - python-mypy + (list python-mypy python-pylint python-pytest python-hypothesis)) (propagated-inputs - (list python-redis + (list redis + mariadb + gunicorn + python-redis python-flask python-jsonpickle python-mysqlclient)) |