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 @@ 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 a new issue