Had a talk with Alex about the clean-up process for files generated when running a pipeline.
Storing some personal notes here while I work on this issue:
Existing clean up scripts
- These are great
- Should be actually put into notebooks
- Have noticed & updated some syntax errors in at least one of them → might be worth taking a closer look at them
Mid-run clean up
- Alex pointed out that a lot of these files could be cleaned up during the process of running
- Maybe a "clean up up" flag in the output file, so the stage that consumes the file can know “when I’m done with this I can delete it”