[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: macs: Update source, home-page URIs.
From: |
guix-commits |
Subject: |
01/07: gnu: macs: Update source, home-page URIs. |
Date: |
Mon, 9 Nov 2020 04:36:58 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit fa82adb5e0e613037eb0377f318b7fa1423bdeba
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Nov 9 10:31:08 2020 +0200
gnu: macs: Update source, home-page URIs.
* gnu/packages/bioinformatics.scm (macs)[source, home-page]: Update
URIs to new location.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 4c49b00..a456b2b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4470,7 +4470,7 @@ experiments.")
;; The PyPi tarball does not contain tests.
(method git-fetch)
(uri (git-reference
- (url "https://github.com/taoliu/MACS")
+ (url "https://github.com/macs3-project/MACS")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
@@ -4489,7 +4489,7 @@ experiments.")
`(("python-numpy" ,python-numpy)))
(native-inputs
`(("python-pytest" ,python-pytest)))
- (home-page "https://github.com/taoliu/MACS/")
+ (home-page "https://github.com/macs3-project/MACS")
(synopsis "Model based analysis for ChIP-Seq data")
(description
"MACS is an implementation of a ChIP-Seq analysis algorithm for
- branch master updated (3d2989d -> f7f92d8), guix-commits, 2020/11/09
- 02/07: gnu: macs: Update check phase., guix-commits, 2020/11/09
- 03/07: gnu: macs: Remove generated code., guix-commits, 2020/11/09
- 07/07: gnu: docbook: Update source URI., guix-commits, 2020/11/09
- 06/07: gnu: bdb: Download using HTTPS., guix-commits, 2020/11/09
- 01/07: gnu: macs: Update source, home-page URIs.,
guix-commits <=
- 04/07: gnu: pipewalker: Update source URI., guix-commits, 2020/11/09
- 05/07: gnu: libngspice: Update source URI list., guix-commits, 2020/11/09