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 @@ defining LD blocks.")
|
||||||
(define-public r-gqtlstats
|
(define-public r-gqtlstats
|
||||||
(package
|
(package
|
||||||
(name "r-gqtlstats")
|
(name "r-gqtlstats")
|
||||||
(version "1.18.0")
|
(version "1.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "gQTLstats" version))
|
(uri (bioconductor-uri "gQTLstats" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dly4p9r4231hf31xg1nzqiyvjbcfjljfmhb88ic1jxwnvniyv2f"))))
|
"1jjqfpjp93nmxjn757j5mzcax96bzcqdd1gr3rsdxg7ap008l2w7"))))
|
||||||
(properties `((upstream-name . "gQTLstats")))
|
(properties `((upstream-name . "gQTLstats")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -10664,6 +10664,8 @@ defining LD blocks.")
|
||||||
("r-snpstats" ,r-snpstats)
|
("r-snpstats" ,r-snpstats)
|
||||||
("r-summarizedexperiment" ,r-summarizedexperiment)
|
("r-summarizedexperiment" ,r-summarizedexperiment)
|
||||||
("r-variantannotation" ,r-variantannotation)))
|
("r-variantannotation" ,r-variantannotation)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://bioconductor.org/packages/gQTLstats")
|
(home-page "https://bioconductor.org/packages/gQTLstats")
|
||||||
(synopsis "Computationally efficient analysis for eQTL and allied studies")
|
(synopsis "Computationally efficient analysis for eQTL and allied studies")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue