diff options
| author | pjotrp | 2026-04-08 17:54:57 +0000 |
|---|---|---|
| committer | pjotrp | 2026-04-09 11:36:54 +0200 |
| commit | 2ac3b2d76b8378803cb9dac9949ca3e5f6086157 (patch) | |
| tree | c965811dbec08bc99093953e759071a5caefa91f /manifest.scm.example | |
| parent | 004d91175819bebdac24cde3b603b563030b630e (diff) | |
| download | guix-bioinformatics-2ac3b2d76b8378803cb9dac9949ca3e5f6086157.tar.gz | |
Rename channels.scm to avoid guix pull compilation error [AI]
Rename manifest.scm to avoid guix pull compilation error [AI] Replace local-file with git-fetch statements
Diffstat (limited to 'manifest.scm.example')
| -rw-r--r-- | manifest.scm.example | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/manifest.scm.example b/manifest.scm.example new file mode 100644 index 0000000..da257dc --- /dev/null +++ b/manifest.scm.example @@ -0,0 +1,37 @@ +;; Guix manifest for all end-node packages in guix-bioinformatics. +;; These are packages not depended on by other packages in this channel. +;; +;; Usage: +;; guix build -L guix-bioinformatics -m manifest.scm +;; + +(specifications->manifest + '( + "bnw" + "bwa-mem2" + "cosigt" + "gafpack" + "gemma-wrapper" + "genecup" + "genenetwork2" + "genenetwork3" + "gfainject" + "gfautil" + "gn-auth" + "gn-guile" + "gn-libs" + "gn-proxy" + "gn-uploader" + "impg" + "julia-pluto" + "logtodo" + "mbg" + "meryl" + "miniprot" + "moosefs" + "odgi" + "pangene" + "pggb" + "seqwish" + "smoothxg" + )) |
