me
/
guix
Archived
1
0
Fork 0

gnu: kallisto: Use older htslib.

* gnu/packages/bioinformatics.scm (kallisto)[inputs]: Use htslib-1.9 instead
of the latest.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -11624,7 +11624,7 @@ using nucleotide or amino-acid sequence data.")
#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")