diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-06-03 01:10:02 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-06-03 01:10:02 -0400 |
commit | 3ce395e2665d120d622b200636e65fbe47105f42 (patch) | |
tree | fc4898bf543c6784b0be061fefc330ff683434f9 /NEWS | |
parent | 295bbfbc94727691d7e9919abf9f358ab7a6b241 (diff) | |
download | snakemake-mode-3ce395e2665d120d622b200636e65fbe47105f42.tar.gz |
Expose --touch flag in snakemake-compile-rule
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ another line, indentation cycling now includes a step that indents according to Python mode. +- `snakemake-compile-rule' can now pass the '--touch' flag to + snakemake. + * v0.2.0 ** New features |