Skip to content

Commit

Permalink
attempting a garbage collection here
Browse files Browse the repository at this point in the history
  • Loading branch information
colebrookson committed Oct 2, 2023
1 parent c732697 commit d5eab39
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 @@ -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")
Expand Down

0 comments on commit d5eab39

Please sign in to comment.