Skip to content Skip to sidebar Skip to footer
Showing posts with the label Snakemake

How To Do A Partial Expand In Snakemake?

I'm trying to first generate 4 files, for the LETTERS x NUMS combinations, then summarize over … Read more How To Do A Partial Expand In Snakemake?

Specifying Python Version Within Snakemake Using Script Parameter

I have some code that I am incorporating into a Snakemake pipeline. I also want to be able to run t… Read more Specifying Python Version Within Snakemake Using Script Parameter

Use Of Argparse In Snakemake Script

Is it possible to pass custom command line arguments to snakemake scripts? I have tried, but execut… Read more Use Of Argparse In Snakemake Script

Snakemake Workflow On Split Files

Perhaps this question has already been answered but I could not come up with the correct query to f… Read more Snakemake Workflow On Split Files

Parallelizing Snakemake Rule

Sorry if this is a naive question, but I'm still trying to wrap my head around the intricacies … Read more Parallelizing Snakemake Rule