diff options
| author | wrk | 2026-05-02 12:39:53 +0000 |
|---|---|---|
| committer | wrk | 2026-05-02 12:39:53 +0000 |
| commit | 8de3e7980ba9caf229451de68b49fe15fe0f59c8 (patch) | |
| tree | b726e45ad729934230bfee5f4f23ad258fbae494 /gn | |
| parent | f3691a5e3ccd7c881a0a675e7248a8c7527d9410 (diff) | |
| download | guix-bioinformatics-main.tar.gz | |
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) <noreply@anthropic.com>
Diffstat (limited to 'gn')
| -rw-r--r-- | gn/packages/pangenome.scm | 3 |
1 files changed, 3 insertions, 0 deletions
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") |
