BLASTr 0.1.5 2025-08-27
Breaking Changes
The internal environments used by BLASTr have been renamed to
blastr-blast-env
andblastr-entrez-env
.Remove of the
furrr
based functions in favor of the newpurrr
native parallel.All
options()
based parameters have been removed in favor of explicit arguments in the functions.
New features
New parallel framework based on native
purrr
functions, usingmirai
andcarrier
in the background.New
make_blast_db()
function to create custom BLAST databases.
BLASTr 0.1.2
New
install_dependencies()
automatically create environments.Initial support for
condathis
for managing dependency installation.