-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
55 lines (55 loc) · 2.12 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
49
50
51
52
53
54
55
Package: AnVIL
Title: Bioconductor on the AnVIL compute environment
Version: 1.19.4
Authors@R: c(
person(
"Marcel", "Ramos", role = c("aut", "cre"),
email = "marcel.ramos@sph.cuny.edu",
comment = c(ORCID = "0000-0002-3242-0582")
),
person(
"Martin", "Morgan", role = c("aut"),
comment = c(ORCID = "0000-0002-5874-8148")
),
person("Kayla", "Interdonato", role = "aut"),
person("Yubo", "Cheng", role = "aut"),
person("Nitesh", "Turaga", role = "aut"),
person("BJ", "Stubbs", role = "ctb"),
person("Vincent", "Carey", role = "ctb"),
person("Sehyun", "Oh", role = "ctb"),
person("Sweta", "Gopaulakrishnan", role = "ctb"),
person("Valerie", "Obenchain", role = "ctb"))
Description: The AnVIL is a cloud computing resource developed in part
by the National Human Genome Research Institute. The AnVIL package
provides end-user and developer functionality. For the end-user,
AnVIL provides fast binary package installation, utitlities for
working with Terra / AnVIL table and data resources, and
convenient functions for file movement to and from Google cloud
storage. For developers, AnVIL provides programatic access to the
Terra, Leonardo, Rawls, and Dockstore RESTful programming
interface, including helper functions to transform JSON responses
to formats more amenable to manipulation in R.
License: Artistic-2.0
Encoding: UTF-8
Depends: R (>= 3.6), dplyr, AnVILBase
Imports:
stats, utils, methods,
futile.logger,
jsonlite, httr,
rapiclient (>= 0.1.3), yaml,
tibble, tidyselect, tidyr, rlang,
shiny, DT, miniUI, htmltools,
BiocBaseUtils
Suggests: parallel, knitr, rmarkdown, testthat, withr, readr, BiocStyle,
devtools, AnVILAz, AnVILGCP, lifecycle
Collate:
utilities.R authenticate.R api.R AnVIL-package.R
Service.R Services.R Leonardo.R Terra.R Rawls.R Dockstore.R TDR.R
gcloud_sdk.R gcloud.R gsutil.R localize.R drs.R
av.R avworkflow.R avworkflow_configuration.R
gadgets.R zzz.R
VignetteBuilder: knitr
biocViews: Infrastructure
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Date: 2024-12-16