restez 2.1.5
(2025-03-07)
BUG FIXES
gb_sequence_get() now ensures that accessions are returned in same order as query (https://github.com/ropensci/restez/issues/64), thanks @krlmlr
tests no longer use with_mock() (https://github.com/ropensci/restez/issues/63), thanks @hadley
Fix bug where a very long sequence record crashed
db_create()
(#60), thanks @btupper
restez 2.1.4
CRAN release: 2023-10-25
(2023-10-25)
BUG FIXES
- Fix bug in test due to update to duckdb (#55)
restez 2.1.3
CRAN release: 2022-11-11
(2022-11-09)
BUG FIXES
- Fix error in processing GenBank release notes that arose in GenBank release 252 (#47)
restez 2.1.0
(2022-08-31)
BUG FIXES
- Fixed bug where
restez_status()
did not show correct file size (#32) - Fixed frequent appearance of “Database is garbage-collected” warning (#33)
- Skip scanning of gzipped file if zgrep is not detected (3de4f95985c9e857eba276c323625c5c32461155)
DOCUMENTATION
- Add “Accession filter” to “Tips and Tricks” (1e30498f91b7efd765fb24243df686e10ee16977)
- Use markdown syntax for roxygen2 (ded1466af50562b88fa1bd349fdadbc1081495d3)
NEW FEATURES
- Change use of
restez_connect()
andrestez_disconnect()
: they are no longer user-facing, and instead get run internally for each instance of connecting to the local database. Also, connection to DB is made in read-only mode, which should allow for multiple simultaneous processes to access the DB (#33, #35) - Add
ncbi_acc_get()
to enable easier querying of GenBank accession numbers (#37, #43) - Add
max_tries
argument todb_download()
to automatically re-try download in the event of a drop in internet connectivity (#36, #42) - Add
dnabin
argument togb_sequence_get()
to return sequences in apeDNAbin
format (#38, #44)
restez 2.0.0
(2022-07-07)
DOCUMENTATION
- Update to correct github repo (#28)
restez 1.1.0
(2022-06-03)
BUG FIXES
- Fix bug where single extremely long sequence caused db_create() to die (#14)
NEW FEATURES
- Add ability to filter database by accession number upon creation (#25)
OTHER
- Change maintainer to Joel Nitta