diff options
author | Roel Janssen <roel@gnu.org> | 2020-11-13 16:16:43 +0100 |
---|---|---|
committer | Roel Janssen <roel@gnu.org> | 2020-11-13 16:16:43 +0100 |
commit | 37ba374a536453078a5ba9e81815902b256884c0 (patch) | |
tree | 876fc5554873dcf8e39a96e270f95d609aacee44 | |
parent | ecc309c14202161eba28d498649a7ed53e89aaae (diff) |
gnu: Fix build for python-pysam.
* gnu/packages/bioinformatics.scm (python-pysam): Use htslib-1.9,
samtools-1.9, and bcftools-1.9.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 22da6ac3ff..15230a8ef2 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -1986,7 +1986,7 @@ multiple sequence alignments.") `(("python-cython" ,python-cython) ;; Dependencies below are are for tests only. ("samtools" ,samtools-1.9) - ("bcftools" ,bcftools) + ("bcftools" ,bcftools-1.9) ("python-nose" ,python-nose))) (home-page "https://github.com/pysam-developers/pysam") (synopsis "Python bindings to the SAMtools C API") |