-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.09 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
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: rITSx
Type: Package
Title: Extract ITS and Neighboring Regions from Eukaryotic DNA Sequences
Version: 0.0.5
Authors: Brendan Furneaux, Johan Bengtsson-Palme (ITSx)
Authors@R: c(
person(
given = "Brendan",
family = "Furneaux",
middle = "R",
email = "[email protected]",
role = c("cre", "aut")
),
person(
given = "Johan",
family = "Bengtsson-Palme",
role = "aut",
comment = "Lead author of ITSx"
)
)
Maintainer: Brendan Furneaux <[email protected]>
Description: This package is an interface to the ITSx command-line utility
(http://microbiology.se/software/itsx/) from R.
URL: http://github.com/brendanf/rITSx
BugReports: http://github.com/brendanf/rITSx/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
SystemRequirements: ITSx (>=1.1b1)
Depends: R (>= 3.0.0)
Imports: magrittr,
dplyr,
tidyr,
assertthat,
rlang,
glue,
methods,
readr,
purrr,
stringr,
backports
Suggests:
Biostrings,
ShortRead,
seqinr,
covr,
lintr
RoxygenNote: 7.0.2
biocViews: