[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
239/289: gnu: r-rtracklayer: Update to 1.50.0.
From: |
guix-commits |
Subject: |
239/289: gnu: r-rtracklayer: Update to 1.50.0. |
Date: |
Fri, 6 Nov 2020 18:05:17 -0500 (EST) |
rekado pushed a commit to branch wip-r
in repository guix.
commit b6e5fc0f6adadb289a416614618ee60ecee59068
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:59:12 2020 +0100
gnu: r-rtracklayer: Update to 1.50.0.
* gnu/packages/bioinformatics.scm (r-rtracklayer): Update to 1.50.0.
---
gnu/packages/bioinformatics.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 664adaa..5bffb8d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8174,13 +8174,13 @@ alignments.")
(define-public r-rtracklayer
(package
(name "r-rtracklayer")
- (version "1.48.0")
+ (version "1.50.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "rtracklayer" version))
(sha256
(base32
- "1zcgk92sidhy4y7ws9ms4nkkh2hnccfhfh53qgna0kma9jy4v5xf"))))
+ "12zimhpdzjyzd81wrzz5hdbzvlgzcs22x1nnaf2jq4cba3ch5px8"))))
(build-system r-build-system)
(arguments
`(#:phases
@@ -8207,7 +8207,8 @@ alignments.")
("r-rsamtools" ,r-rsamtools)
("r-s4vectors" ,r-s4vectors)
("r-xml" ,r-xml)
- ("r-xvector" ,r-xvector)))
+ ("r-xvector" ,r-xvector)
+ ("r-zlibbioc" ,r-zlibbioc)))
(home-page "https://bioconductor.org/packages/rtracklayer")
(synopsis "R interface to genome browsers and their annotation tracks")
(description
- 270/289: gnu: r-interactivedisplaybase: Update to 1.28.0., (continued)
- 270/289: gnu: r-interactivedisplaybase: Update to 1.28.0., guix-commits, 2020/11/06
- 221/289: gnu: r-bioccheck: Update to 1.26.0., guix-commits, 2020/11/06
- 245/289: gnu: r-genomation: Update to 1.22.0., guix-commits, 2020/11/06
- 254/289: gnu: r-annotationfilter: Update to 1.14.0., guix-commits, 2020/11/06
- 263/289: gnu: r-vsn: Update to 3.58.0., guix-commits, 2020/11/06
- 265/289: gnu: r-pcamethods: Update to 1.82.0., guix-commits, 2020/11/06
- 274/289: gnu: r-gage: Update to 2.40.0., guix-commits, 2020/11/06
- 278/289: gnu: r-ensembldb: Update to 2.14.0., guix-commits, 2020/11/06
- 277/289: gnu: r-dirichletmultinomial: Update to 1.32.0., guix-commits, 2020/11/06
- 287/289: gnu: r-gviz: Update to 1.34.0., guix-commits, 2020/11/06
- 239/289: gnu: r-rtracklayer: Update to 1.50.0.,
guix-commits <=
- 280/289: gnu: r-biovizbase: Update to 1.38.0., guix-commits, 2020/11/06
- 282/289: gnu: r-gqtlbase: Update to 1.21.1., guix-commits, 2020/11/06