[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
75/215: gnu: Add r-biocfilecache.
From: |
guix-commits |
Subject: |
75/215: gnu: Add r-biocfilecache. |
Date: |
Sun, 5 May 2019 18:15:44 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit fbf34949729029702e14691de54ddc333392175d
Author: Ricardo Wurmus <address@hidden>
Date: Sun May 5 23:41:50 2019 +0200
gnu: Add r-biocfilecache.
* gnu/packages/bioconductor.scm (r-biocfilecache): New variable.
---
gnu/packages/bioconductor.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index b18c5bf..e79bb09 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4303,3 +4303,33 @@ expression\".")
method} (ARRm) for the normalization of methylation data from the Illumina
Infinium HumanMethylation 450k assay.")
(license license:artistic2.0)))
+
+(define-public r-biocfilecache
+ (package
+ (name "r-biocfilecache")
+ (version "1.8.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "BiocFileCache" version))
+ (sha256
+ (base32
+ "1mi8p8hvrdxim8lqsid2cb7284imyjf9rlzsrdlzdjac7dp9bpdb"))))
+ (properties `((upstream-name . "BiocFileCache")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-curl" ,r-curl)
+ ("r-dbi" ,r-dbi)
+ ("r-dbplyr" ,r-dbplyr)
+ ("r-dplyr" ,r-dplyr)
+ ("r-httr" ,r-httr)
+ ("r-rappdirs" ,r-rappdirs)
+ ("r-rsqlite" ,r-rsqlite)))
+ (home-page "https://bioconductor.org/packages/BiocFileCache/")
+ (synopsis "Manage files across sessions")
+ (description
+ "This package creates a persistent on-disk cache of files that the user
+can add, update, and retrieve. It is useful for managing resources (such as
+custom Txdb objects) that are costly or difficult to create, web resources,
+and data files used across sessions.")
+ (license license:artistic2.0)))
- 124/215: gnu: r-chipcomp: Update to 1.14.0., (continued)
- 124/215: gnu: r-chipcomp: Update to 1.14.0., guix-commits, 2019/05/05
- 127/215: gnu: r-interactionset: Update to 1.12.0., guix-commits, 2019/05/05
- 122/215: gnu: r-qdnaseq: Update to 1.20.0., guix-commits, 2019/05/05
- 66/215: gnu: r-vsn: Update to 3.52.0., guix-commits, 2019/05/05
- 70/215: gnu: r-msnid: Update to 1.18.0., guix-commits, 2019/05/05
- 68/215: gnu: r-pcamethods: Update to 1.76.0., guix-commits, 2019/05/05
- 64/215: gnu: r-affyio: Update to 1.54.0., guix-commits, 2019/05/05
- 71/215: gnu: r-aroma-light: Update to 3.14.0., guix-commits, 2019/05/05
- 73/215: gnu: r-edaseq: Update to 2.18.0., guix-commits, 2019/05/05
- 72/215: gnu: r-deseq: Update to 1.36.0., guix-commits, 2019/05/05
- 75/215: gnu: Add r-biocfilecache.,
guix-commits <=
- 76/215: gnu: r-delayedmatrixstats: Update to 1.6.0., guix-commits, 2019/05/05
- 80/215: gnu: r-beachmat: Update to 2.0.0., guix-commits, 2019/05/05
- 79/215: gnu: r-singlecellexperiment: Update to 1.6.0., guix-commits, 2019/05/05
- 78/215: gnu: r-scater: Update to 1.12.0., guix-commits, 2019/05/05
- 77/215: gnu: r-scran: Update to 1.12.0., guix-commits, 2019/05/05
- 93/215: gnu: r-ggbio: Update to 1.32.0., guix-commits, 2019/05/05
- 89/215: gnu: r-ldblock: Update to 1.14.0., guix-commits, 2019/05/05
- 101/215: gnu: r-keggrest: Update to 1.24.0., guix-commits, 2019/05/05
- 103/215: gnu: r-annotationhub: Update to 2.16.0., guix-commits, 2019/05/05
- 87/215: gnu: r-gviz: Update to 1.28.0., guix-commits, 2019/05/05