about summary refs log tree commit diff
diff options
context:
space:
mode:
authorpjotrp2026-03-22 07:37:40 +0100
committerpjotrp2026-03-22 07:37:40 +0100
commit8bda8859598dd7c3b740a73ae2c54238b757d3a6 (patch)
treedeacede6e7fc8985870bd4bd6f1d1d81f227d03e
parent206f0272dee8b0baee8d4d9a99702ba4dd3563bd (diff)
downloadguix-bioinformatics-8bda8859598dd7c3b740a73ae2c54238b757d3a6.tar.gz
update (pggb_) pggb 0.7.4 built successfully
-rw-r--r--gn/packages/bioinformatics.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm
index 0ebd739..f2c7045 100644
--- a/gn/packages/bioinformatics.scm
+++ b/gn/packages/bioinformatics.scm
@@ -2649,7 +2649,7 @@ multiple sequence alignment.")
 (define-public pggb
   (package
     (name "pggb")
-    (version "0.7.2")
+    (version "0.7.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2658,7 +2658,7 @@ multiple sequence alignment.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1k3ffl5h5jqnz9k9y5cjqr8z6hh0gyjfj4szggz11lncp5wkskgv"))))
+                "1mzyr15l40hrjkdzrq49xzbby9a3a70j7glwf74k9z53firp0pf6"))))
     (build-system copy-build-system)
     (arguments
      (list
@@ -2712,7 +2712,7 @@ multiple sequence alignment.")
                                                       "smoothxg"
                                                       "time"
                                                       "vcfbub"
-                                                      "vg-gn"
+                                                      "vg"
                                                       "wfmash"))))))
                  (list (string-append out "/bin/pggb")
                        (string-append out "/bin/partition-before-pggb")
@@ -2747,7 +2747,7 @@ multiple sequence alignment.")
            smoothxg
            time
            vcfbub
-           vg-gn
+           vg
            wfmash))
     (home-page "https://doi.org/10.1101/2023.04.05.535718")
     (synopsis "PanGenome Graph Builder")