Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-07 | Bump versionv0.3.0 | Kyle Meyer | |
2016-02-07 | Add 'script' keyword | Kyle Meyer | |
This keyword was added in Snakemake 3.5. | |||
2016-02-07 | NEWS: Mention 'shadow' keyword | Kyle Meyer | |
2016-02-07 | NEWS: Add header | Kyle Meyer | |
2016-02-07 | NEWS: Use ~ code tags | Kyle Meyer | |
2016-01-17 | Highlight Snakefile errors in compilation buffers | Kyle Meyer | |
2015-06-10 | Recognize touch function | Kyle Meyer | |
The touch flag was just recently documented: https://groups.google.com/d/msg/Snakemake/ZxUo20DV2KE/0S1rBj0XzwQJ | |||
2015-06-03 | Coexist with Python mode Imenu items | Kyle Meyer | |
2015-06-03 | Expose --touch flag in snakemake-compile-rule | Kyle Meyer | |
2015-03-07 | Rework indentation | Kyle Meyer | |
- Change continued field values to support Python indentation. This is useful when the value is using something like format (but only applies to naked field keys). - Don't move back to the start of the line when in a continued field value. - When on the first line of block, only indent to main offset. - Move to current indentation if point is before it. Unless there is one possible value for indentation, don't adjust indentation any further. | |||
2015-03-06 | Add 'log' and 'benchmark' keywords | Kyle Meyer | |
2015-03-05 | Indent field values that start on their own line | Kyle Meyer | |
Previously, indentation was handled only for the first line following a run value. Extend this to support any field value that starts on the line below a field key, since that is valid syntax. | |||
2015-03-05 | Add onsuccess and onerror keywords | Kyle Meyer | |
2015-03-05 | Add configfile as top-level command | Kyle Meyer | |
This was added in version 3.1. | |||
2014-12-14 | Bump versionv0.2.0 | Kyle Meyer | |
2014-11-16 | Add snakemake-compile-rule command | Kyle Meyer | |
2014-11-16 | Add NEWS file | Kyle Meyer | |