summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-07-09 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-07-09 02:00:17 +0200
commit2195645725d1509e601f6bbc5b5e0f5ba7a755ff (patch)
tree5d3df7b675607018fe4503789071a60732a4aeac
parentde088be221a491484d6992089fa2a80b06040d70 (diff)
downloadguix-2195645725d1509e601f6bbc5b5e0f5ba7a755ff.tar.gz
gnu: bwa-pssm: Update home page.
* gnu/packages/bioinformatics.scm (bwa-pssm)[home-page]: Update.
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 851be23deb..485e425b5c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3350,7 +3350,9 @@ and more accurate.  BWA-MEM also has better performance than BWA-backtrack for
                  (("inline int map") "int map"))))))))
     (inputs
      (list gdsl zlib perl))
-    (home-page "http://bwa-pssm.binf.ku.dk/")
+    ;; https://bwa-pssm.binf.ku.dk is down, and all Web Archived copies are
+    ;; blank (they actually have "display:none" for some nefarious reason).
+    (home-page "https://github.com/pkerpedjiev/bwa-pssm")
     (synopsis "Burrows-Wheeler transform-based probabilistic short read mapper")
     (description
      "BWA-PSSM is a probabilistic short genomic sequence read aligner based on