gnu: r-gqtlstats: Update to 1.20.0.
* gnu/packages/bioinformatics.scm (r-gqtlstats): Update to 1.20.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
6caad43c18
commit
a97897bc3d
1 changed files with 4 additions and 2 deletions
|
@ -10623,14 +10623,14 @@ (define-public r-ldblock
|
|||
(define-public r-gqtlstats
|
||||
(package
|
||||
(name "r-gqtlstats")
|
||||
(version "1.18.0")
|
||||
(version "1.20.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "gQTLstats" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1dly4p9r4231hf31xg1nzqiyvjbcfjljfmhb88ic1jxwnvniyv2f"))))
|
||||
"1jjqfpjp93nmxjn757j5mzcax96bzcqdd1gr3rsdxg7ap008l2w7"))))
|
||||
(properties `((upstream-name . "gQTLstats")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -10664,6 +10664,8 @@ (define-public r-gqtlstats
|
|||
("r-snpstats" ,r-snpstats)
|
||||
("r-summarizedexperiment" ,r-summarizedexperiment)
|
||||
("r-variantannotation" ,r-variantannotation)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://bioconductor.org/packages/gQTLstats")
|
||||
(synopsis "Computationally efficient analysis for eQTL and allied studies")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue