mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: hmmer: Update urls.
* gnu/packages/bioinformatics.scm (hmmer)[source]: Project has moved to eddylab, with their downloads. [home-page]: Update to new homepage.
This commit is contained in:
parent
d03f944614
commit
a83e604662
1 changed files with 2 additions and 2 deletions
|
@ -2094,7 +2094,7 @@ (define-public hmmer
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://selab.janelia.org/software/hmmer"
|
"http://eddylab.org/software/hmmer"
|
||||||
(version-prefix version 1) "/"
|
(version-prefix version 1) "/"
|
||||||
version "/hmmer-" version ".tar.gz"))
|
version "/hmmer-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -2102,7 +2102,7 @@ (define-public hmmer
|
||||||
"0djmgc0pfli0jilfx8hql1axhwhqxqb8rxg2r5rg07aw73sfs5nx"))))
|
"0djmgc0pfli0jilfx8hql1axhwhqxqb8rxg2r5rg07aw73sfs5nx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("perl" ,perl)))
|
(native-inputs `(("perl" ,perl)))
|
||||||
(home-page "http://hmmer.janelia.org")
|
(home-page "http://hmmer.org/")
|
||||||
(synopsis "Biosequence analysis using profile hidden Markov models")
|
(synopsis "Biosequence analysis using profile hidden Markov models")
|
||||||
(description
|
(description
|
||||||
"HMMER is used for searching sequence databases for homologs of protein
|
"HMMER is used for searching sequence databases for homologs of protein
|
||||||
|
|
Loading…
Reference in a new issue