-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.03 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
Package: RSeqLib
Type: Package
Title: R interface to SeqLib C++ library
Version: 1.0
Date: 2016-11-28
Author: Authors@R: c(
person(given = "Jeremiah", family = "Wala", role = c("aut"), email = "[email protected]"),
person(given = "Khagay", family = "Nagdimov", role = c("aut", "cre"), email = "[email protected]"),
person(given = "Marcin", family = "Imielinski", role = c("aut"), email = [email protected]"))
Maintainer: Marcin Imielinski <[email protected]>
Description: One paragraph description of what the package does as one
or more full sentences.
License: GPL (>= 2)
Remotes:
github::mskilab-org/gUtils,
bioc::BSgenome,
bioc::GenomicAlignments,
bioc::rtracklayer
Depends:
R (>= 4.0),
data.table (>= 1.11),
gUtils
Imports:
Rcpp (>= 0.12),
reshape2,
GenomicAlignments,
parallel
Suggests:
BSgenome.Hsapiens.UCSC.hg19,
testthat (>= 2.0),
rtracklayer,
roxygen2
BugReports: http://github.com/mskilab/RSeqLib/issues
LinkingTo: Rcpp
RoxygenNote: 7.3.1
Encoding: UTF-8