I'm wondering if it's possible to run the entire Snakemake pipeline in a scratch space? I understand that the shadow
directive allows one to run rules in isolated directories, but is it possible to do that for entire pipeline without having to write shadow for every rule?
Let me know if I'm missing something.