me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ computational cluster.")
(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")