about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-05-11 06:52:32 +0300
committerFrederick Muriuki Muriithi2022-05-11 06:52:32 +0300
commita0c0de89b45f539e137804da4e3abe86459b4719 (patch)
tree12e66aedc3870c02270cd083766f20f4c73d49cb
parent7da33ecd14ecd78405a0aa951c3f2b53f24e07fa (diff)
downloadguix-bioinformatics-a0c0de89b45f539e137804da4e3abe86459b4719.tar.gz
genenetwork-qc: Update the release
-rw-r--r--gn/packages/quality-control.scm74
1 files changed, 36 insertions, 38 deletions
diff --git a/gn/packages/quality-control.scm b/gn/packages/quality-control.scm
index f518ea3..2cf5d5f 100644
--- a/gn/packages/quality-control.scm
+++ b/gn/packages/quality-control.scm
@@ -132,43 +132,41 @@ delimited text files:
   (sbcl-package->ecl-package sbcl-qc-uploads))
 
 (define-public genenetwork-qc
-  (let ((commit "7c3335f7c81a5f30dc1b6f55c5cc858c35f17981")
-	(revision "1"))
+  (let ((commit "4808ae57ac83ef00e679c94fe6844c72f18735b9")
+	(revision "2"))
     (package
-     (name "genenetwork-qc")
-     (version (git-version "0.0.1" revision commit))
-     (source
-      (origin
-       (method git-fetch)
-       (uri
-	(git-reference
-	 (url "https://git.genenetwork.org/fredmanglis/gnqc_py.git")
-	 (commit commit)))
-       (sha256
-	(base32 "146g9vilpnkcvgn9d6wl672jykaqyl979s1bfjmn0jqshb6sw9fx"))))
-     (build-system python-build-system)
-     (arguments
-      `(#:phases
-	(modify-phases %standard-phases
-		       (replace 'check
-				(lambda* (#:key tests? #:allow-other-keys)
-				  (when tests?
-				    (invoke "pytest")))))))
-     (native-inputs
-      (list
-       python-mypy
-       python-pylint
-       python-pytest
-       python-hypothesis))
-     (propagated-inputs
-      (list
-       python-rq
-       python-magic
-       python-flask
-       python-jsonpickle))
-     (synopsis "GeneNetwork Quality Control Application")
-     (description
-      "GeneNetwork qc is a quality control application for the data files that
+      (name "genenetwork-qc")
+      (version (git-version "0.0.1" revision commit))
+      (source
+       (origin
+	 (method git-fetch)
+	 (uri
+	  (git-reference
+	   (url "https://git.genenetwork.org/fredmanglis/gnqc_py.git")
+	   (commit commit)))
+	 (sha256
+	  (base32 "14lbdbkqa5aiwldafirgqsfcydbqqbhz30vrf80afxj9sqxcscd9"))))
+      (build-system python-build-system)
+      (arguments
+       `(#:phases
+	 (modify-phases %standard-phases
+	   (replace 'check
+	     (lambda* (#:key tests? #:allow-other-keys)
+	       (when tests?
+		 (invoke "pytest")))))))
+      (inputs
+       (list
+	python-mypy
+	python-pylint
+	python-pytest
+	python-hypothesis))
+      (propagated-inputs
+       (list
+	python-rq
+	python-magic))
+      (synopsis "GeneNetwork Quality Control Application")
+      (description
+       "GeneNetwork qc is a quality control application for the data files that
  eventually are used to add to the data in the GeneNetwork project.")
-     (home-page "https://git.genenetwork.org/fredmanglis/gnqc_py")
-     (license license:agpl3+))))
+      (home-page "https://git.genenetwork.org/fredmanglis/gnqc_py")
+      (license license:agpl3+))))