-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 905 Bytes
/
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
Package: alndist
Type: Package
Title: Calculate distances between aligned sequences
Version: 0.1.0
Authors@R: c(
person("Yue", "Jiang", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-9798-5517"))
)
Maintainer: Yue Jiang <[email protected]>
Description: Calculate distances between aligned sequences.
Given a substitution matrix, calculate distance between two sequences,
pairwise distances for a group of sequences on a single thread or in parallel.
URL: https://github.com/Yue-Jiang/alndist
BugReports: https://github.com/Yue-Jiang/alndist/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: Rcpp (>= 0.12.16),
RcppParallel
LinkingTo: Rcpp,
RcppParallel
Suggests: knitr,
rmarkdown,
ggplot2,
purrr,
seqinr,
microbenchmark
VignetteBuilder: knitr
RoxygenNote: 6.1.0
SystemRequirements: GNU make