mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-riboseqr: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-riboseqr): Update to 1.38.0. [propagated-inputs]: Add r-s4vectors. Change-Id: I3db5790e20901be4e17e80d17e4e32a4185d4e06
This commit is contained in:
parent
a1e7f331a2
commit
a1197f2e69
1 changed files with 3 additions and 2 deletions
|
@ -13688,14 +13688,14 @@ (define-public r-riboprofiling
|
|||
(define-public r-riboseqr
|
||||
(package
|
||||
(name "r-riboseqr")
|
||||
(version "1.36.0")
|
||||
(version "1.38.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "riboSeqR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cigbp3pc70ipja9mmprkrs91723r1zwgxbzyp87n5mb0i4q8xqh"))))
|
||||
"0p0q28n8hlai80pxxns9pzzg552pbwlxlph8zjf78bwbjagrfbz5"))))
|
||||
(properties `((upstream-name . "riboSeqR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -13705,6 +13705,7 @@ (define-public r-riboseqr
|
|||
r-genomicranges
|
||||
r-iranges
|
||||
r-rsamtools
|
||||
r-s4vectors
|
||||
r-seqlogo))
|
||||
(home-page "https://bioconductor.org/packages/riboSeqR/")
|
||||
(synopsis "Analysis of sequencing data from ribosome profiling experiments")
|
||||
|
|
Loading…
Reference in a new issue