mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: r-seqbias: Update to 1.50.0.
* gnu/packages/bioconductor.scm (r-seqbias): Update to 1.50.0. [propagated-inputs]: Add r-zlibbioc. Change-Id: Ibf4e49bffefec0eb6a1e4e6d1c29383c37f8bbfb
This commit is contained in:
parent
a36fba9d1b
commit
b22318e0af
1 changed files with 3 additions and 3 deletions
|
@ -18216,18 +18216,18 @@ (define-public r-bigmelon
|
||||||
(define-public r-seqbias
|
(define-public r-seqbias
|
||||||
(package
|
(package
|
||||||
(name "r-seqbias")
|
(name "r-seqbias")
|
||||||
(version "1.48.0")
|
(version "1.50.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "seqbias" version))
|
(uri (bioconductor-uri "seqbias" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sspl03m2hf6s5rw6nfqrycb236nvcgygql6apdlg3cjnikf090j"))))
|
"18pdpi855y1hhka96xc5886nqffjn1jhz9jr9p305iikdrsvmjp1"))))
|
||||||
(properties `((upstream-name . "seqbias")))
|
(properties `((upstream-name . "seqbias")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biostrings r-genomicranges r-rhtslib))
|
(list r-biostrings r-genomicranges r-rhtslib r-zlibbioc))
|
||||||
(home-page "https://bioconductor.org/packages/seqbias/")
|
(home-page "https://bioconductor.org/packages/seqbias/")
|
||||||
(synopsis "Estimation of per-position bias in high-throughput sequencing data")
|
(synopsis "Estimation of per-position bias in high-throughput sequencing data")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue