diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-02 22:02:43 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:20:58 +0100 |
| commit | 64714dcd176dc73bca85bb218be8f6c178fc4ac2 (patch) | |
| tree | 4b4feaf6b07f06c221568064f1ce139e2b18c273 | |
| parent | 940fd33cad2a8b66c6065bb466007f4502d6a1e3 (diff) | |
gnu: macs-3: Update to 3.0.3.
* gnu/packages/bioinformatics.scm (macs-3): Update to 3.0.3.
[arguments, properties]: Drop all.
[native-inputs]: Remove python-wheel.
Change-Id: Ida52036ce3305d1db67f27f98cbc0d48c1f9650a
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 620bf9fd360..2475162a0cd 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -9956,7 +9956,7 @@ sequencing tag position and orientation.") (define-public macs-3 (package (name "macs") - (version "3.0.2") + (version "3.0.3") (source (origin (method git-fetch) (uri (git-reference @@ -9966,19 +9966,8 @@ sequencing tag position and orientation.") (file-name (git-file-name name version)) (sha256 (base32 - "0x5iz6iq694z3m9zx7zdw0js2l2l40lf1as9k3jy0q4mvz02a3aw")))) - (properties - '((updater-extra-inputs . ("zlib")))) + "08hi0a2a0md9gfg7jc75wxv69rggv2yqfd1hyrg4mi5bhi712m0v")))) (build-system pyproject-build-system) - (arguments - (list - #:phases - '(modify-phases %standard-phases - ;; FIXME: our version of numpy is a little too old. - (add-after 'unpack 'relax-requirements - (lambda _ - (substitute* '("pyproject.toml" "requirements.txt" "setup.py") - (("numpy.*=1.25") "numpy>=1.23"))))))) (propagated-inputs (list python-cykhash python-hmmlearn @@ -9989,7 +9978,6 @@ sequencing tag position and orientation.") (list python-cython python-pytest python-setuptools - python-wheel zlib)) (home-page "https://github.com/macs3-project/MACS") (synopsis "Model based analysis for ChIP-Seq data") |
