about summary refs log tree commit diff
path: root/manifest.scm.example
blob: da257dc91f2a2e9eaf31e7a8b7f6ea0348751571 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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"
   ))