Skip to content

Commit

Permalink
Merge pull request #81 from viralemergence/branch_name
Browse files Browse the repository at this point in the history
Revert "missing `paste0()`"
  • Loading branch information
colebrookson authored Nov 25, 2023
2 parents d5eab39 + e8376c9 commit 85a55be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Code/02_1c_Format GenBank.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ temp <- data.frame(Host = character(),

# Attaching GenBank
gb <- vroom::vroom("Intermediate/Unformatted/GenBankUnformatted.csv.gz")
print("read in")
print("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?
Expand Down

0 comments on commit 85a55be

Please sign in to comment.