Skip to content

Commit

Permalink
mutate staxid
Browse files Browse the repository at this point in the history
  • Loading branch information
heronoh committed Jan 30, 2024
1 parent 951f312 commit e9dadac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/get_blast_results.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ get_blast_results <- function(asv,
),
trim_ws = TRUE,
comment = "#"
) %>%
dplyr::mutate(dplyr::across(.cols = dplyr::ends_with("taxid"), # adicionado para testes
~ as.character(.)
))
) |>
dplyr::mutate("staxid" = as.character(staxid)) # adicionado para testes
# dplyr::mutate(dplyr::across(.cols = dplyr::ends_with("taxid"), # adicionado para testes
# ~ as.character(.)))

blast_table$`subject header` <- purrr::map_chr(
.x = blast_table$subject,
Expand Down

0 comments on commit e9dadac

Please sign in to comment.