about summary refs log tree commit diff
path: root/manifest.scm.example
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.scm.example')
-rw-r--r--manifest.scm.example39
1 files changed, 39 insertions, 0 deletions
diff --git a/manifest.scm.example b/manifest.scm.example
new file mode 100644
index 0000000..a26c72a
--- /dev/null
+++ b/manifest.scm.example
@@ -0,0 +1,39 @@
+;; 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"
+   "pangenomes"
+   "mempang-workshop"
+   ))