mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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:
parent
da4a38edad
commit
c3232fcc77
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue