forked from wzthu/Rbowtie2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 1.07 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
Package: Rbowtie2
Type: Package
Title: An R Wrapper for Bowtie2 and AdapterRemoval
Version: 1.99.1
Date: 2021-10-5
Authors@R:
c(person(given = "Zheng", family = "Wei", role = c("aut","cre"),
email = "[email protected]"),
person(given = "Wei", family = "Zhang", role = c("aut"),
email = " [email protected]"))
Description: This package provides an R wrapper of the popular bowtie2
sequencing reads aligner and AdapterRemoval, a convenient tool for rapid
adapter trimming, identification, and read merging. The package contains
wrapper functions that allow for genome indexing and alignment to those
indexes. The package also allows for the creation of .bam files via Rsamtools.
License: GPL (>= 3)
Depends: R (>= 4.1.0)
Encoding: UTF-8
Suggests:
knitr,
testthat (>= 3.0.0),
rmarkdown
Imports:
magrittr,
Rsamtools
SystemRequirements:
C++11,
GNU make,
samtools
Archs: x64
RoxygenNote: 7.1.1
biocViews: Sequencing, Alignment, Preprocessing
VignetteBuilder: knitr
Config/testthat/edition: 3