-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
21 lines (21 loc) · 819 Bytes
/
DESCRIPTION
File metadata and controls
21 lines (21 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: gds2bgen
Type: Package
Title: Format Conversion from BGEN to GDS
Version: 0.9.4
Date: 2024-03-08
Depends: R (>= 3.3.0), methods, gdsfmt (>= 1.24.0)
Imports: SeqArray (>= 1.24.0)
LinkingTo: gdsfmt
Suggests: parallel, digest, crayon, RUnit, knitr, BiocGenerics
Authors@R: c(person("Xiuwen", "Zheng", role=c("aut", "cre"),
email="zhengx@u.washington.edu", comment=c(ORCID="0000-0002-1390-0708")))
Description: Provides functions for the format conversion from bgen files to
SeqArray GDS files.
License: GPL-3
SystemRequirements: C++11
Copyright: This package includes the sources of the bgen library, Boost
(the C++ libraries) and Zstandard.
VignetteBuilder: knitr
BugReports: http://github.com/zhengxwen/gds2bgen/issues
URL: http://github.com/zhengxwen/gds2bgen
biocViews: Infrastructure, DataImport