Releases: sherrillmix/taxonomizr
Releases · sherrillmix/taxonomizr
v0.10.5
v0.9.3
- Fix bug in testing script
v0.9.2
- Allow factors as input to
accessionToTaxa
- Document sqlite pragmas for
read.accession2taxid
- Inherit ... argument documentation for
prepareDatabase
- Catch input/output error while processing large files
- Update various user-facing links from ftp to https for easier access
- Add quote option to
makeNewick
- Trim trailing NAs off the tree in
makeNewick
ifexcludeTerminalNAs
is TRUE - Add terminal semicolon to end of
makeNewick
tree unlessterminator
is NULL - Add "no rank" to
normalizeTaxa
's default exclusion - Expand README
- Add
normalizeTaxa
function
v0.7.1
- Add getRawTaxonomy function to pull complete taxonomy for a given taxa
- Compare md5 of files after download to the md5 provided by NIH to ensure file integrity
- Deal with Windows download/md5 issues
- Add option to only prepare the names and nodes taxonomy part of the database for people that do not need to process accession IDs
v0.8.0
v0.6.0
- Deal with R's default download timeout of 60 seconds
- Fix named vector bug
- Add
makeNewick
function - Fix warnings in
dbConnect
,untar
and example output
v0.5.3
- Remove
nucl_est
andnucl_gss
from defaults since NCBI folded them intonucl_gb
and removed - Squash R:devel bug
- Update README
v0.5.0
- Transitioned from data.table to SQLite
- Added convenience
prepareDatabase()
function - Squashed Windows testing errors