Skip to content

Releases: ropensci/restez

v2.1.3

11 Nov 11:02
Compare
Choose a tag to compare

BUG FIXES

  • Fix error in processing GenBank release notes that arose in GenBank release 252 (#47)

v2.1.2

05 Sep 11:04
Compare
Choose a tag to compare

BUG FIXES

v2.1.1

05 Sep 03:16
Compare
Choose a tag to compare

BUG FIXES

  • Fix incorrect warning about max_tries (#45)

v2.1.0

31 Aug 07:59
Compare
Choose a tag to compare

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 (3de4f95)

DOCUMENTATION

  • Add "Accession filter" to "Tips and Tricks" (1e30498)
  • Use markdown syntax for roxygen2 (ded1466)

NEW FEATURES

  • Change use of restez_connect() and restez_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 to db_download() to automatically re-try download in the event of a drop in internet connectivity (#36, #42)
  • Add dnabin argument to gb_sequence_get() to return sequences in ape DNAbin format (#38, #44)

v2.0.0

07 Jul 08:32
Compare
Choose a tag to compare

BUG FIXES

  • Migrate to duckdb (#18, #26)

DOCUMENTATION

  • Update to correct github repo (#28)

NEW FEATURES

  • Add option to connect to database in read-only mode (91b85f6)

OTHER

  • Switch CI from travis to github actions (9cc52e8)

v1.1.0

03 Jun 00:23
86935af
Compare
Choose a tag to compare

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

Accepted on ROpenSci and CRAN

26 Nov 20:28
Compare
Choose a tag to compare
1.0.0

available on CRAN

Post-review 1

16 Sep 12:37
Compare
Choose a tag to compare

The package has been reviewed by ROpenSci. The package has been updated to respond to these reviews.

Pre-release for review

27 Jun 15:05
Compare
Choose a tag to compare

Pre-release version for review.