diff --git a/Code/02_1c_Format GenBank.R b/Code/02_1c_Format GenBank.R index 964345e..58cf545 100644 --- a/Code/02_1c_Format GenBank.R +++ b/Code/02_1c_Format GenBank.R @@ -39,7 +39,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') %>% dplyr::rename(Release_Date = Release_Date) %>% # not sure what this is doing?