gnu: kallisto: Use older htslib.

* gnu/packages/bioinformatics.scm (kallisto)[inputs]: Use htslib-1.9 instead
of the latest.
This commit is contained in:
Ricardo Wurmus 2021-03-02 17:05:29 +01:00
parent 467f7919e2
commit cc39e9dbdc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")