From ca4909ef812928ab20d00d43a28803d06311ff3c Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 21 Sep 2018 23:57:42 -0400 Subject: snakemake-popup: Add --use-conda --- snakemake.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'snakemake.el') diff --git a/snakemake.el b/snakemake.el index d5ff0c8..bb98773 100644 --- a/snakemake.el +++ b/snakemake.el @@ -731,7 +731,8 @@ $ snakemake [ARGS] -- " (magit-define-popup snakemake-popup "Popup console for running Snakemake." :switches - '((?f "Force" "--force") + '((?c "Use conda" "--use-conda") + (?f "Force" "--force") (?i "Ignore temp()" "--notemp") (?n "Dry run" "--dryrun") (?p "Print shell commands" "-p") -- cgit v1.2.3