[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: macs: Update to 2.2.7.1.
From: |
guix-commits |
Subject: |
03/06: gnu: macs: Update to 2.2.7.1. |
Date: |
Mon, 7 Jun 2021 10:51:05 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 9875dae42939b69fba92bd54951b392fdd21e7e3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 7 15:30:37 2021 +0200
gnu: macs: Update to 2.2.7.1.
* gnu/packages/bioinformatics.scm (macs): Update to 2.2.7.1.
---
gnu/packages/bioinformatics.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 1c7df0e..9039439 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4876,7 +4876,7 @@ experiments.")
(define-public macs
(package
(name "macs")
- (version "2.2.6")
+ (version "2.2.7.1")
(source (origin
;; The PyPi tarball does not contain tests.
(method git-fetch)
@@ -4886,7 +4886,7 @@ experiments.")
(file-name (git-file-name name version))
(sha256
(base32
- "1c5gxr0mk6hkd4vclf0k00wvyvzw2vrmk52c85338p7aqjwg6n15"))
+ "08zsgh65xbpv1md2s3wqmrk9g2mz6izmn59ryw5lbac54120p291"))
(modules '((guix build utils)))
;; Remove files generated by Cython
(snippet
@@ -4897,8 +4897,7 @@ experiments.")
(when (file-exists? generated-file)
(delete-file generated-file))))
(find-files "." "\\.pyx$"))
- (delete-file "MACS2/IO/CallPeakUnitPrecompiled.c")
- #t))))
+ (delete-file "MACS2/IO/CallPeakUnitPrecompiled.c")))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -4907,8 +4906,7 @@ experiments.")
(lambda* (#:key tests? inputs outputs #:allow-other-keys)
(when tests?
(add-installed-pythonpath inputs outputs)
- (invoke "pytest" "-v"))
- #t)))))
+ (invoke "pytest" "-v")))))))
(inputs
`(("python-numpy" ,python-numpy)))
(native-inputs
- branch master updated (e3611cc -> be067c9), guix-commits, 2021/06/07
- 02/06: gnu: libgff: Update to 2.0.0., guix-commits, 2021/06/07
- 01/06: gnu: jellyfish: Update to 2.3.0., guix-commits, 2021/06/07
- 04/06: gnu: cereal: Update to 1.3.0., guix-commits, 2021/06/07
- 06/06: gnu: pigx-rnaseq: Adjust to upgrade of salmon., guix-commits, 2021/06/07
- 03/06: gnu: macs: Update to 2.2.7.1.,
guix-commits <=
- 05/06: gnu: salmon: Update to 1.4.0., guix-commits, 2021/06/07