Closed AroneyS closed 10 months ago
Seems like this would be the more valid solution as the OG solution missed the logs folder: https://github.com/snakemake/snakemake/issues/2209#issuecomment-1505691467
Using that would be fine, IMO. Slapping it into the entry Snakemake file should be fine
Looks like Snakemake uses a default umask of something like
077
so snakemake-created folders get permissions likedrwx------
. Can we set manually withos.umask(0o002)
at the start of the main Snakemake like in https://github.com/snakemake/snakemake/issues/2209?