Closed mmcguffi closed 1 year ago
Hey @mmcguffi! Thanks for the kind words :) I've fixed this bug in v0.13.0. I also added the ability to pass snakemake options that are masked by the CLI to snakemake by adding the --snake
prefix to the option.
e.g. --snake-r
will use the snakmake reason option -r
not the snk
resource option -r
e.g.2 Run the pipeline in verbose mode and print the snakemake version pipeline run -v (snk verbose) --snake-v (snakemake version)
e.g.3 pipeline run --snake--cores all
Seems to work perfectly! Thank you for the (insanely fast) fix :)
First, thank you so much for making this -- this is an incredible project and Im shocked that it's so under-the-radar right now. Really impressive work!
I cant seem to get
snk
to take arbitrary (and often important) snakemake command line parameters. For example:Re-arrange parameters:
Perhaps Im just missing something? Any help / tips would be appreciated :)