-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.19 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
Package: concatipede
Title: Easy Concatenation of Fasta Sequences
Version: 1.0.1
Authors@R: c(
person(given = "Matteo",
family = "Vecchi",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7995-6827")),
person(given = "Mattieu",
family = "Bruneaux",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6997-192X")))
Description: Concatenation of multiple sequence alignments based on a
correspondence table that can be edited in Excel <doi:10.5281/zenodo.5130603>.
License: MIT + file LICENSE
URL: https://github.com/tardipede/concatipede, https://tardipede.github.io/concatipede/
BugReports: https://github.com/tardipede/concatipede/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
ape,
dplyr,
igraph,
qualV,
magrittr,
tibble,
readxl,
stringdist,
stringr,
writexl
Suggests:
DT,
knitr,
rmarkdown,
tidyverse,
testthat (>= 3.0.0)
VignetteBuilder: knitr, rmarkdown
SystemRequirements: GNU make
Config/testthat/edition: 3