-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
56 lines (56 loc) · 1.3 KB
/
Copy pathDESCRIPTION
File metadata and controls
56 lines (56 loc) · 1.3 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: BamScale
Type: Package
Title: Bioconductor-Friendly Multithreaded BAM Processing
Version: 0.99.14
Authors@R: c(
person("Chirag", "Parsania", email = "chirag.parsania@gmail.com", role = c("aut", "cre"))
)
Description: Multithreaded sequential BAM processing built on top of the
ompBAM C++ engine. BamScale provides user-friendly BAM read and scan
interfaces designed for compatibility with existing Bioconductor workflows.
License: MIT + file LICENSE
biocViews: Software, DataImport, Sequencing, Coverage, Alignment, QualityControl
Encoding: UTF-8
LazyData: false
Roxygen: list(markdown = TRUE)
Imports:
BiocGenerics,
BiocParallel,
Biostrings,
GenomeInfoDb,
GenomicAlignments,
GenomicRanges,
IRanges,
methods,
ompBAM,
Rcpp,
Rsamtools,
S4Vectors
LinkingTo:
Rcpp,
ompBAM,
S4Vectors,
IRanges,
XVector
Suggests:
BiocStyle,
chipseqDBData,
dplyr,
ExperimentHub,
ggplot2,
knitr,
readr,
rmarkdown,
rtracklayer,
scales,
tibble,
testthat (>= 3.0.0),
tidyr
VignetteBuilder:
knitr
Config/testthat/edition: 3
SystemRequirements: C++17, OpenMP
NeedsCompilation: yes
URL: https://cparsania.github.io/BamScale/
BugReports: https://github.com/cparsania/BamScale/issues
Config/roxygen2/version: 8.0.0