diff options
Diffstat (limited to 'snakemake.el')
-rw-r--r-- | snakemake.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/snakemake.el b/snakemake.el index 98467ce..343a329 100644 --- a/snakemake.el +++ b/snakemake.el @@ -724,8 +724,6 @@ $ snakemake [ARGS] -- <targets>" (compilation-read-command t)) (call-interactively #'compile))))) -(define-obsolete-function-alias 'snakemake-compile 'snakemake-build "1.2.0") - (transient-define-argument snakemake:--allowed-rules () :description "Allowed rules" :class 'transient-option |