Skip to content

Commit

Permalink
once again forgot paste0()
Browse files Browse the repository at this point in the history
gonna kms
  • Loading branch information
colebrookson authored Nov 26, 2023
1 parent 85a55be commit 56ae642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/02_1c_Format GenBank.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ temp <- data.frame(Host = character(),

# Attaching GenBank
gb <- vroom::vroom("Intermediate/Unformatted/GenBankUnformatted.csv.gz")
print("rows in genbank as of this run is: ", nrow(gb))
print(paste0("rows in genbank as of this run is: ", nrow(gb)))

gb %<>%
dplyr::rename(NCBIAccession = 'Accession') %>%
Expand Down

0 comments on commit 56ae642

Please sign in to comment.