diff options
author | Efraim Flashner | 2023-09-24 08:46:51 +0300 |
---|---|---|
committer | Efraim Flashner | 2023-09-24 08:46:51 +0300 |
commit | b50a05b1b907d8eb0728e7b21ddff3b645aaf53e (patch) | |
tree | d552c39ce003123faa7d30d5a0b0e08f92d4ef5f /gn | |
parent | 2ceeed2d0a9938327784b26a68f21ff533e9c634 (diff) | |
download | guix-bioinformatics-b50a05b1b907d8eb0728e7b21ddff3b645aaf53e.tar.gz |
pggb: Add htslib for tabix dependency.
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 0a131f5..969f11c 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -2529,6 +2529,7 @@ multiple sequence alignment.") (list "bcftools" "bedtools" "gfaffix" + "htslib" "fastix" "multiqc" "mummer" @@ -2541,7 +2542,6 @@ multiple sequence alignment.") "samtools" "seqwish" "smoothxg" - ;"tabix" "vcfbub" "vcflib" "vg" @@ -2563,6 +2563,7 @@ multiple sequence alignment.") bedtools gfaffix guile-3.0 ; for wrap-script + htslib ; tabix fastix multiqc mummer @@ -2578,7 +2579,6 @@ multiple sequence alignment.") samtools seqwish smoothxg - ;tabix vcfbub vcflib vg |