Recent Releases of taxonomizr

taxonomizr - v0.11.1

Change superkingdom to domain in default taxonomic levels to match NCBI changes

- R
Published by sherrillmix over 1 year ago

taxonomizr - 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

- R
Published by sherrillmix over 2 years ago

taxonomizr - v0.9.3

  • Fix bug in testing script

- R
Published by sherrillmix about 4 years ago

taxonomizr - 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 if excludeTerminalNAs is TRUE
  • Add terminal semicolon to end of makeNewick tree unless terminator is NULL
  • Add "no rank" to normalizeTaxa's default exclusion
  • Expand README
  • Add normalizeTaxa function

- R
Published by sherrillmix about 4 years ago

taxonomizr - v0.8.0

  • Switch to curl package for downloading
  • Add curl package dependency (necessary to avoid download.file() issues on Windows)
  • Remove option('timeout') settings since not used in curl
  • This should fix the strange download issues that have been reported on Windows e.g. issues #27, #28, #31

- R
Published by sherrillmix about 5 years ago

taxonomizr - 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

- R
Published by sherrillmix about 5 years ago

taxonomizr - 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

- R
Published by sherrillmix over 5 years ago

taxonomizr - v0.5.3

  • Remove nucl_est and nucl_gss from defaults since NCBI folded them into nucl_gb and removed
  • Squash R:devel bug
  • Update README

- R
Published by sherrillmix about 7 years ago

taxonomizr - v0.5.0

  • Transitioned from data.table to SQLite
  • Added convenience prepareDatabase() function
  • Squashed Windows testing errors

- R
Published by sherrillmix almost 8 years ago