mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: kallisto: Use older htslib.
* gnu/packages/bioinformatics.scm (kallisto)[inputs]: Use htslib-1.9 instead of the latest.
This commit is contained in:
parent
467f7919e2
commit
cc39e9dbdc
1 changed files with 1 additions and 1 deletions
|
@ -11624,7 +11624,7 @@ (define-public kallisto
|
|||
#t)))))
|
||||
(inputs
|
||||
`(("hdf5" ,hdf5)
|
||||
("htslib" ,htslib)
|
||||
("htslib" ,htslib-1.9)
|
||||
("zlib" ,zlib)))
|
||||
(home-page "https://pachterlab.github.io/kallisto/")
|
||||
(synopsis "Near-optimal RNA-Seq quantification")
|
||||
|
|
Loading…
Reference in a new issue