Currently, the workflow in snakemake about this step is to create a "{method}_requirement.info" file in the same folder. It will end up scamming the folder every time you run the snakemake workflow from scratch. [Check the code here.](https://github.com/SpatialHackathon/SpaceHack2023/blob/1d8dfe63aabfc5c135c393983c487df3e6b60b75/workflows/methods.smk#L99-L119) Is there any other way to execute this additional steps without jamming the folder? Please use branch workflow_update for the modification.