Arcadia-Science / sourmashconsumr

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

for `read_gather` and `read_taxonomy_annotate`, figure out how to set column type by column name #20

Closed taylorreiter closed 1 year ago

taylorreiter commented 2 years ago

the current character string feels pretty brittle. Also I think as versions of sourmash changes, the gather output changes, so I'd like to have a more robust read function in place.

taylorreiter commented 1 year ago

i think this can be done with readr::spec_csv

taylorreiter commented 1 year ago

closed by #29