guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/08: gnu: hmmer: Update urls.


From: Efraim Flashner
Subject: 07/08: gnu: hmmer: Update urls.
Date: Mon, 16 May 2016 11:48:39 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit a83e60466223b96b0553bc83e727ece26b1aa744
Author: Efraim Flashner <address@hidden>
Date:   Mon May 16 14:28:53 2016 +0300

    gnu: hmmer: Update urls.
    
    * gnu/packages/bioinformatics.scm (hmmer)[source]: Project has moved to
    eddylab, with their downloads.
    [home-page]: Update to new homepage.
---
 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 c7bf03b..6a2611e 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



reply via email to

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