guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]