gnu: bedtools: Use samtools-1.9.

The build for bedtools with samtools 1.11 triggers a testsuite
failure which is reported here:
https://github.com/arq5x/bedtools2/issues/814

* gnu/packages/bioinformatics.scm (bedtools): Use samtools-1.9.
This commit is contained in:
Roel Janssen 2020-11-13 11:29:38 +01:00
parent da4a38edad
commit c3232fcc77
No known key found for this signature in database
GPG key ID: CBD0CD5138C19AFC

View file

@ -437,7 +437,7 @@ (define-public bedtools
(native-inputs
`(("python" ,python-wrapper)))
(inputs
`(("samtools" ,samtools)
`(("samtools" ,samtools-1.9)
("zlib" ,zlib)))
(home-page "https://github.com/arq5x/bedtools2")
(synopsis "Tools for genome analysis and arithmetic")