We want to store our pipeline in a shared space so that all our analysts have access to it. However, when one person runs the pipeline, the files in the .snakemake/metadata
directory belong to that user, and when another user tries to run it, they can’t access the metadata, causing an error.
We would prefer to have users be able to run the pipeline in parallel, but our current setup means this is not possible. All users are within the same group, but this does not help.
Are there any suggestions for solving this issue?