-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 1.05 KB
/
DESCRIPTION
File metadata and controls
40 lines (40 loc) · 1.05 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
Package: AnVILVRS
Type: Package
Title: Expose the vrs_anvil_toolkit Python package via R
Version: 0.99.14
Authors@R: c(
person(
"Marcel", "Ramos", , "marcel.ramos@sph.cuny.edu",
c("aut", "cre"), c(ORCID = "0000-0002-3242-0582")
))
Description: Process Variant Call Format (VCF) files and perform lookup
operations on Genomic Variation Representation Service (GA4GH VRS)
identifiers. The GA4GH VRS identifiers provide a standardized way to
represent genomic variations, making it easier to exchange and share
genomic information.
Depends: R (>= 4.5.0)
Imports:
AnVILGCP,
BiocBaseUtils,
BiocFileCache,
reticulate
Suggests:
AnVILBase,
BiocStyle,
knitr,
readr,
rmarkdown,
tinytest
biocViews:
Software,
BiologicalQuestion,
VariantAnnotation,
Infrastructure,
ThirdPartyClient
VignetteBuilder: knitr
License: Artistic-2.0
URL: https://github.com/Bioconductor/AnVILVRS
BugReports: https://github.com/Bioconductor/AnVILVRS/issues
Encoding: UTF-8
RoxygenNote: 7.3.3
Date: 2026-03-09