aboutsummaryrefslogtreecommitdiff
path: root/snakemake.el
diff options
context:
space:
mode:
Diffstat (limited to 'snakemake.el')
-rw-r--r--snakemake.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/snakemake.el b/snakemake.el
index d5ff0c8..bb98773 100644
--- a/snakemake.el
+++ b/snakemake.el
@@ -731,7 +731,8 @@ $ snakemake [ARGS] -- <targets>"
(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")