mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: deeptools: Update URI.
* gnu/packages/bioinformatics.scm (deeptools)[source, home-page]: Update URI.
This commit is contained in:
parent
5b707ab601
commit
cd70f9bdb0
1 changed files with 2 additions and 2 deletions
|
@ -2039,7 +2039,7 @@ (define-public deeptools
|
|||
(version "2.5.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/fidelram/deepTools/"
|
||||
(uri (string-append "https://github.com/deeptools/deepTools/"
|
||||
"archive/" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
|
@ -2058,7 +2058,7 @@ (define-public deeptools
|
|||
`(("python-mock" ,python-mock) ;for tests
|
||||
("python-nose" ,python-nose) ;for tests
|
||||
("python-pytz" ,python-pytz))) ;for tests
|
||||
(home-page "https://github.com/fidelram/deepTools")
|
||||
(home-page "https://github.com/deeptools/deepTools")
|
||||
(synopsis "Tools for normalizing and visualizing deep-sequencing data")
|
||||
(description
|
||||
"DeepTools addresses the challenge of handling the large amounts of data
|
||||
|
|
Loading…
Reference in a new issue