R/data_curation.R
dot-retrieveCustomQuery.RdSearches the locally cached BV-BRC bacterial dataset for user-specified inputs.
Numeric inputs are treated as taxon IDs; character inputs are matched as
case-insensitive substrings against genome.species.
.retrieveCustomQuery(
base_dir = ".",
user_bacs = c("90371", "Bacillus subtilis")
)A tibble with columns genome.taxon_id and genome.species, or NULL with a message.