diff options
author | Arun Isaac | 2025-02-17 12:22:14 +0000 |
---|---|---|
committer | Arun Isaac | 2025-02-17 12:22:14 +0000 |
commit | a5a4e26b51ff5d8735acbf82ee98b86458c19e25 (patch) | |
tree | 45c1cc03e97446279032997e8ba5a64beac28025 | |
parent | a8ebf394d446c02dabebff698aa42d570f435624 (diff) | |
download | guix-bioinformatics-a5a4e26b51ff5d8735acbf82ee98b86458c19e25.tar.gz |
gn: pggb: Use wfmash-0.14 instead of the latest wfmash.
* gn/packages/bioinformatics.scm (pggb)[inputs]: Replace wfmash with
wfmash-0.14.
-rw-r--r-- | gn/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index fb8cbd2..44001cd 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -2730,7 +2730,7 @@ multiple sequence alignment.") time vcfbub vg - wfmash)) + wfmash-0.14)) (home-page "https://doi.org/10.1101/2023.04.05.535718") (synopsis "PanGenome Graph Builder") (description "@command{pggb} builds |