From 8de3e7980ba9caf229451de68b49fe15fe0f59c8 Mon Sep 17 00:00:00 2001 From: wrk Date: Sat, 2 May 2026 12:39:53 +0000 Subject: mempang-workshop: Add gawk and which to propagated-inputs The workshop tutorials and the pggb script use awk and which directly. Add them to the meta-package so users get them in the same profile. Co-Authored-By: Claude Opus 4.7 (1M context) --- gn/packages/pangenome.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gn/packages/pangenome.scm b/gn/packages/pangenome.scm index 813ce08..af5d9de 100644 --- a/gn/packages/pangenome.scm +++ b/gn/packages/pangenome.scm @@ -18,6 +18,7 @@ #:use-module (gnu packages assembly) #:use-module (gnu packages base) #:use-module (gnu packages bioinformatics) + #:use-module (gnu packages gawk) #:use-module (gnu packages boost) #:use-module (gnu packages compression) #:use-module (gnu packages golang-xyz) @@ -1856,6 +1857,7 @@ kfilt, miniprot, pangene, wally, and vcfbub.") bcftools coreutils fastix + gawk gnuplot graphviz grep @@ -1878,6 +1880,7 @@ kfilt, miniprot, pangene, wally, and vcfbub.") r-ggtree r-tidyverse wget + which zstd)) (home-page "https://github.com/pangenome") (synopsis "MEMPANG pangenome workshop tools") -- cgit 1.4.1