Hi,
Is there a way to run each snakemake pipeline individually? I understand the appeal of making one big executable that can run everything, but a more granulated approach would allow users to directly interface with snakemake arguments, which can be important in some cluster contexts. An example, using conda-prefix to avoid installing environments into the base directory.
Regards,
JS
Hi,
Is there a way to run each snakemake pipeline individually? I understand the appeal of making one big executable that can run everything, but a more granulated approach would allow users to directly interface with snakemake arguments, which can be important in some cluster contexts. An example, using
conda-prefixto avoid installing environments into the base directory.Regards,
JS