diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-11-09 10:31:08 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-11-09 11:34:08 +0200 |
commit | fa82adb5e0e613037eb0377f318b7fa1423bdeba (patch) | |
tree | 48ff70d5f147173c6e919b3b8fe341ad54d6cdb3 | |
parent | 3d2989d0219584a8ded3d9bdd030b42aed20ee12 (diff) |
gnu: macs: Update source, home-page URIs.
* gnu/packages/bioinformatics.scm (macs)[source, home-page]: Update
URIs to new location.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 4c49b00252..a456b2b12c 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 |