-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 926 Bytes
/
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
Package: BiocHail
Date: 2023-03-19
Title: basilisk and hail
Version: 1.1.2
Authors@R:
c(person(
"Vincent", "Carey", role = c("aut", "cre"),
email = "stvjc@channing.harvard.edu",
comment = c(ORCID = "0000-0003-4046-0063")
)
)
Description: Use hail via basilisk when appropriate, or via reticulate.
This package can be used in terra.bio to interact with UK Biobank
resources processed by hail.is.
License: Artistic-2.0
Encoding: UTF-8
Depends: R (>= 4.3.0), graphics, stats, utils
Imports: reticulate, basilisk, BiocFileCache, methods, dplyr, BiocGenerics
Suggests: knitr, testthat, BiocStyle, ggplot2, DT
VignetteBuilder: knitr
biocViews: Infrastructure
RoxygenNote: 7.2.3
URL: https://github.com/vjcitn/BiocHail
BugReports: https://github.com/vjcitn/BiocHail/issues
Config/reticulate:
list(
packages = list(
list(package = "hail", version = "0.2.108", pip = TRUE)
)
)