gnu: kallisto: Use older htslib.
* gnu/packages/bioinformatics.scm (kallisto)[inputs]: Use htslib-1.9 instead of the latest.master
parent
467f7919e2
commit
cc39e9dbdc
|
@ -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")
|
||||
|
|
Reference in New Issue