michaelgruenstaeudl / PACVr

Plastome Assembly Coverage Visualization in R
Other
3 stars 4 forks source link

Testing, automated documentation, GenBank string support #23

Closed alephnull7 closed 5 months ago

alephnull7 commented 6 months ago

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.