Releases: sherrillmix/taxonomizr
Releases · sherrillmix/taxonomizr
v0.11.1
Change superkingdom to domain in default taxonomic levels to match NCBI changes
v0.10.5
- Catch 404 errors and report as errors
- Add resume argument to download functions
- Don't retain temp files for downloads if less than 10kb
- README touchups
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
makeNewickifexcludeTerminalNAsis TRUE - Add terminal semicolon to end of
makeNewicktree unlessterminatoris NULL - Add "no rank" to
normalizeTaxa's default exclusion - Expand README
- Add
normalizeTaxafunction
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
makeNewickfunction - Fix warnings in
dbConnect,untarand example output
v0.5.3
- Remove
nucl_estandnucl_gssfrom defaults since NCBI folded them intonucl_gband removed - Squash R:devel bug
- Update README
v0.5.0
- Transitioned from data.table to SQLite
- Added convenience
prepareDatabase()function - Squashed Windows testing errors