gnu: r-structuralvariantannotation: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-structuralvariantannotation): Update to 1.8.0. [propagated-inputs]: Add r-rlang. [native-inputs]: Add r-knitr.
This commit is contained in:
		
							parent
							
								
									8e0dac09c4
								
							
						
					
					
						commit
						8c0f2d9e0a
					
				
					 1 changed files with 7 additions and 4 deletions
				
			
		| 
						 | 
					@ -4220,24 +4220,27 @@ graph construction.")
 | 
				
			||||||
(define-public r-structuralvariantannotation
 | 
					(define-public r-structuralvariantannotation
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-structuralvariantannotation")
 | 
					    (name "r-structuralvariantannotation")
 | 
				
			||||||
    (version "1.6.0")
 | 
					    (version "1.8.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (bioconductor-uri "StructuralVariantAnnotation" version))
 | 
					       (uri (bioconductor-uri "StructuralVariantAnnotation" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0ff40703iyf5wk77hbqhphfxnzc2wcshnjhvh66c5l0jvj9z8xvc"))))
 | 
					         "10h63h1v87nvm3bfyr6dsjlbmzxf1vks30d0xz6q4hssqq9xlzgv"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("r-biocgenerics" ,r-biocgenerics)
 | 
					     `(("r-assertthat" ,r-assertthat)
 | 
				
			||||||
 | 
					       ("r-biocgenerics" ,r-biocgenerics)
 | 
				
			||||||
       ("r-biostrings" ,r-biostrings)
 | 
					       ("r-biostrings" ,r-biostrings)
 | 
				
			||||||
       ("r-dplyr" ,r-dplyr)
 | 
					       ("r-dplyr" ,r-dplyr)
 | 
				
			||||||
       ("r-genomicranges" ,r-genomicranges)
 | 
					       ("r-genomicranges" ,r-genomicranges)
 | 
				
			||||||
 | 
					       ("r-rlang" ,r-rlang)
 | 
				
			||||||
       ("r-rtracklayer" ,r-rtracklayer)
 | 
					       ("r-rtracklayer" ,r-rtracklayer)
 | 
				
			||||||
       ("r-stringr" ,r-stringr)
 | 
					       ("r-stringr" ,r-stringr)
 | 
				
			||||||
       ("r-assertthat" ,r-assertthat)
 | 
					 | 
				
			||||||
       ("r-variantannotation" ,r-variantannotation)))
 | 
					       ("r-variantannotation" ,r-variantannotation)))
 | 
				
			||||||
 | 
					    (native-inputs
 | 
				
			||||||
 | 
					     `(("r-knitr" ,r-knitr)))
 | 
				
			||||||
    (home-page "https://bioconductor.org/packages/StructuralVariantAnnotation/")
 | 
					    (home-page "https://bioconductor.org/packages/StructuralVariantAnnotation/")
 | 
				
			||||||
    (synopsis "R package designed to simplify structural variant analysis")
 | 
					    (synopsis "R package designed to simplify structural variant analysis")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue