diff --git a/Code/02_1c_Format GenBank.R b/Code/02_1c_Format GenBank.R index 00af8c4..576e666 100644 --- a/Code/02_1c_Format GenBank.R +++ b/Code/02_1c_Format GenBank.R @@ -102,7 +102,7 @@ gb %<>% tolower) -print("mutate at") +print("mutate at"); gc() # write intermediate file vroom::vroom_write(gb, "Intermediate/Formatted/GenbankFormatted.csv.gz") print("written")