This small change introduces some package testing, adds automated documentation with roxygen2::roxygenise() as a GitHub action, and adds the ability to pass GenBank data strings as gbkFile. The last item is mostly to expand GenBank data used in future package testing without increasing the number of .gb files included; data from a database like Entrez can be directly used, without creating a local file. I'm unsure if this feature would benefit any bioinformatics workflow/pipeline, but the option exists.
This small change introduces some package testing, adds automated documentation with
roxygen2::roxygenise()
as a GitHub action, and adds the ability to pass GenBank data strings asgbkFile
. The last item is mostly to expand GenBank data used in future package testing without increasing the number of.gb
files included; data from a database like Entrez can be directly used, without creating a local file. I'm unsure if this feature would benefit any bioinformatics workflow/pipeline, but the option exists.