diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-05-16 14:28:53 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-05-16 14:28:53 +0300 |
commit | a83e60466223b96b0553bc83e727ece26b1aa744 (patch) | |
tree | b75dc2aa9cda417f025051c8bd4cb7f80169f8e0 /gnu/packages | |
parent | d03f944614a86b447d9f7469526c95afbd012089 (diff) | |
download | guix-a83e60466223b96b0553bc83e727ece26b1aa744.tar guix-a83e60466223b96b0553bc83e727ece26b1aa744.tar.gz |
gnu: hmmer: Update urls.
* gnu/packages/bioinformatics.scm (hmmer)[source]: Project has moved to
eddylab, with their downloads.
[home-page]: Update to new homepage.
Diffstat (limited to 'gnu/packages')
-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 c7bf03bcbc..6a2611e203 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2094,7 +2094,7 @@ particular, reads spanning multiple exons.") (source (origin (method url-fetch) (uri (string-append - "http://selab.janelia.org/software/hmmer" + "http://eddylab.org/software/hmmer" (version-prefix version 1) "/" version "/hmmer-" version ".tar.gz")) (sha256 @@ -2102,7 +2102,7 @@ particular, reads spanning multiple exons.") "0djmgc0pfli0jilfx8hql1axhwhqxqb8rxg2r5rg07aw73sfs5nx")))) (build-system gnu-build-system) (native-inputs `(("perl" ,perl))) - (home-page "http://hmmer.janelia.org") + (home-page "http://hmmer.org/") (synopsis "Biosequence analysis using profile hidden Markov models") (description "HMMER is used for searching sequence databases for homologs of protein |