Arcadia-Science / sourmashconsumr

Working with the outputs of sourmash in R
https://arcadia-science.github.io/sourmashconsumr/
Other
21 stars 3 forks source link

Add functions to read in outputs generated by sourmash #5

Closed taylorreiter closed 1 year ago

taylorreiter commented 1 year ago

This PR adds three functions that will read some of the outputs generated by sourmash:

As much as possible, I tried to follow conventions of package development laid out in this guide: https://r-pkgs.org/

Some of the files are automatically generated or edited by devtools::document(), roxygen2, and usethis::use_this(). This includes

I've punted on functions for

I'll tackle these later, but the functions in this PR are the ones I need to tackle #3 and #2 so I'm starting here.

@ctb & @luizirber you might be interested in this PR.