-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
27 lines (27 loc) · 899 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
Package: taxonomizr
Maintainer: Scott Sherrill-Mix <[email protected]>
License: GPL (>=2) | file LICENSE
Title: Functions to Work with NCBI Accessions and Taxonomy
Type: Package
LazyLoad: yes
Author: Scott Sherrill-Mix [aut, cre]
Authors@R: c(person("Scott", "Sherrill-Mix", role = c("aut", "cre"),
email = "[email protected]"))
BugReports: https://github.com/sherrillmix/taxonomizr/issues
Description: Functions for assigning taxonomy to NCBI accession numbers and taxon IDs based on NCBI's accession2taxid and taxdump files. This package allows the user to download NCBI data dumps and create a local database for fast and local taxonomic assignment.
Version: 0.10.6
Date: 2023-12-15
Suggests:
testthat,
knitr,
rmarkdown
Depends:
R (>= 3.0.0)
Imports:
RSQLite,
R.utils,
data.table,
curl (>= 5.0.0)
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.2.3