Skip to content

Commit

Permalink
mutate staxid 2
Browse files Browse the repository at this point in the history
  • Loading branch information
heronoh committed Jan 30, 2024
1 parent e9dadac commit a73a275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/get_blast_results.R
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ get_blast_results <- function(asv,
comment = "#"
) |>
dplyr::mutate("staxid" = as.character(staxid)) # adicionado para testes

# dplyr::mutate(dplyr::across(.cols = dplyr::ends_with("taxid"), # adicionado para testes
# ~ as.character(.)))

Expand Down

0 comments on commit a73a275

Please sign in to comment.