gnu: r-rsamtools: Update to 2.18.0.
* gnu/packages/bioconductor.scm (r-rsamtools): Update to 2.18.0. [propagated-inputs]: Add r-zlibbioc. Change-Id: I5276250da7f390358cb62e3934aedf61b4a36d67
This commit is contained in:
		
							parent
							
								
									68bdc0a860
								
							
						
					
					
						commit
						1e454c32d7
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
					@ -9692,13 +9692,13 @@ HDF5 datasets.")
 | 
				
			||||||
(define-public r-rsamtools
 | 
					(define-public r-rsamtools
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-rsamtools")
 | 
					    (name "r-rsamtools")
 | 
				
			||||||
    (version "2.16.0")
 | 
					    (version "2.18.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (bioconductor-uri "Rsamtools" version))
 | 
					              (uri (bioconductor-uri "Rsamtools" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "18kh6vmyjmv7zklqr5ifpfixjwldxgwj550c69mqfkk7m0zk52cl"))))
 | 
					                "0bcapiwdzv7rqgs4hmw7hq290r3pz5vvhg4apxard0yybq83na1g"))))
 | 
				
			||||||
    (properties
 | 
					    (properties
 | 
				
			||||||
     `((upstream-name . "Rsamtools")))
 | 
					     `((upstream-name . "Rsamtools")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
| 
						 | 
					@ -9721,7 +9721,8 @@ HDF5 datasets.")
 | 
				
			||||||
           r-iranges
 | 
					           r-iranges
 | 
				
			||||||
           r-rhtslib
 | 
					           r-rhtslib
 | 
				
			||||||
           r-s4vectors
 | 
					           r-s4vectors
 | 
				
			||||||
           r-xvector))
 | 
					           r-xvector
 | 
				
			||||||
 | 
					           r-zlibbioc))
 | 
				
			||||||
    (native-inputs (list r-knitr))
 | 
					    (native-inputs (list r-knitr))
 | 
				
			||||||
    (home-page "https://bioconductor.org/packages/release/bioc/html/Rsamtools.html")
 | 
					    (home-page "https://bioconductor.org/packages/release/bioc/html/Rsamtools.html")
 | 
				
			||||||
    (synopsis "Interface to samtools, bcftools, and tabix")
 | 
					    (synopsis "Interface to samtools, bcftools, and tabix")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue