-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.4 KB
/
DESCRIPTION
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
48
Package: AnVILWorkflow
Title: Run workflows implemented in Terra/AnVIL workspace
Version: 1.7.3
Date: 2025-2-11
Authors@R:
c(person(given = "Sehyun",
family = "Oh",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9490-3061")),
person("Marcel", "Ramos", , "[email protected]", "ctb", c(ORCID = "0000-0002-3242-0582")),
person("Kai", "Gravel-Pucillo", role = "aut"))
Description: The AnVIL is a cloud computing resource developed in part
by the National Human Genome Research Institute. The main cloud-based
genomics platform deported by the AnVIL project is Terra. The
AnVILWorkflow package allows remote access to Terra implemented workflows,
enabling end-user to utilize Terra/ AnVIL provided resources - such as
data, workflows, and flexible/scalble computing resources - through the
conventional R functions.
Depends:
R (>= 4.4.0),
AnVILGCP,
AnVILBase,
httr
Imports:
AnVIL,
dplyr,
jsonlite,
rlang,
tibble,
tidyr,
utils,
methods,
plyr,
stringr
Suggests:
knitr,
BiocStyle
License: Artistic-2.0
biocViews:
Infrastructure,
Software
Encoding: UTF-8
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/shbrief/AnVILWorkflow
BugReports: https://github.com/shbrief/AnVILWorkflow/issues