-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.58 KB
/
DESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: ReUseData
Title: Reusable and reproducible Data Management
Version: 1.3.2
Authors@R:
person(given = "Qian",
family = "Liu",
role = c("aut", "cre"),
email = "qian.liu@roswellpark.org",
comment = c(ORCID = "0000-0003-1456-5099"))
Description: ReUseData is an _R/Bioconductor_ software tool to provide
a systematic and versatile approach for standardized and
reproducible data management. ReUseData facilitates transformation
of shell or other ad hoc scripts for data preprocessing into
workflow-based data recipes. Evaluation of data recipes generate
curated data files in their generic formats (e.g., VCF, bed). Both
recipes and data are cached using database infrastructure for easy
data management and reuse. Prebuilt data recipes are available
through ReUseData portal ("https://rcwl.org/dataRecipes/") with
full annotation and user instructions. Pregenerated data are
available through ReUseData cloud bucket that is directly
downloadable through "getCloudData()".
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
Rcwl,
RcwlPipelines,
BiocFileCache,
S4Vectors,
stats,
tools,
utils,
methods,
jsonlite,
yaml,
basilisk
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
BiocStyle
Config/testthat/edition: 3
VignetteBuilder: knitr
biocViews: Software, Infrastructure, DataImport, Preprocessing, ImmunoOncology
License: GPL-3
URL: https://github.com/rworkflow/ReUseData
BugReports: https://github.com/rworkflow/ReUseData/issues