You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)