summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-18Bump versionv0.4.0Kyle Meyer
2016-04-17.travis.yml: Disable Emacs 24Kyle Meyer
2016-04-17.travis.yml: Install SnakemakeKyle Meyer
2016-04-17Makefile: Pull out Emacs variableKyle Meyer
Used by Travis make call.
2016-04-17Set up TravisKyle Meyer
2016-04-17Makefile: Download dependenciesKyle Meyer
2016-04-17Add helper for splitting rule listsKyle Meyer
2016-04-17Filter out anonymous rules from rule listsKyle Meyer
2016-04-17snakemake-rule-at-point: Fix anonymous rule checkKyle Meyer
2016-04-17commentary: Mention how Snakefile is locatedKyle Meyer
2016-04-17commentary: Add graph commandsKyle Meyer
2016-04-17Merge branch 'km/graph'Kyle Meyer
2016-04-17Add snakemake-graph-save commandKyle Meyer
Re: #9
2016-04-17Add snakemake-graph commandKyle Meyer
Re: #9
2016-04-16Add wrapper keywordKyle Meyer
This keyword was added in Snakemake version 3.5.5.
2016-04-16Support anonymous rule blocksKyle Meyer
2016-04-15mode: Unset indent-region-functionKyle Meyer
Don't use python-indent-region for indent-region-function. At first glance, setting indent-region-function to nil (that is, running indent-according-to-mode on each line) seems to indent rule blocks fine, though it will probably fail on more complex "run" values. However, this does mean that python-indent-region is no longer used when indent-region is called with a region that doesn't include a rule block, so it's probably worth adding a snakemake-indent-region function that calls python-indent-region in this case. Re: #8
2016-03-12mode: Add ".snakefile" as a file suffixKyle Meyer
https://groups.google.com/d/msg/snakemake/segLE-RlV_s/nQCTxH_TJwAJ
2016-03-04popup: Consider file targets in regionKyle Meyer
2016-02-29snakemake-compile: Fix target pathKyle Meyer
snakemake-file-targets-at-point expects to be called from the original directory.
2016-02-28README.md: Mention MELPAKyle Meyer
2016-02-28Add READMEKyle Meyer
2016-02-28Fix rule recognition at beginning of bufferKyle Meyer
2016-02-28tests: Change naming schemeKyle Meyer
2016-02-28Rename test file for MELPA filteringKyle Meyer
MELPA excludes test.el, tests.el, *-test.el, and *-tests.el.
2016-02-28popup: Add --allowed-rulesKyle Meyer
2016-02-28snakemake-all-rules: New commandKyle Meyer
2016-02-28Makefile: Update for snakemake.elKyle Meyer
2016-02-28Add snakemake-file-targets scriptKyle Meyer
2016-02-28Add popup interface for compilationKyle Meyer
2016-02-27test-snakemake-mode.el: Fix edebug specKyle Meyer
2016-02-27Makefile: Strip downKyle Meyer
2016-02-27snakemake-mode.el: Remove local variables footerKyle Meyer
2016-02-09imenu: Use same order as bufferKyle Meyer
2016-02-07Bump versionv0.3.0Kyle Meyer
2016-02-07Add 'script' keywordKyle Meyer
This keyword was added in Snakemake 3.5.
2016-02-07NEWS: Mention 'shadow' keywordKyle Meyer
2016-02-07Reorganize keyword listsKyle Meyer
2016-02-07Rely on implicit group for defcustom'sKyle Meyer
2016-02-07NEWS: Add headerKyle Meyer
2016-02-07NEWS: Use ~ code tagsKyle Meyer
2016-01-17Update copyright yearsKyle Meyer
2016-01-17Highlight Snakefile errors in compilation buffersKyle Meyer
2016-01-17commentary: Update URL for Snakemake's new homeKyle Meyer
2015-12-24Recognize blank lines in rule docstringsKyle Meyer
2015-12-24Use lexical bindingKyle Meyer
2015-11-03Add shadow keyword for rulesSimon Ye
2015-06-10Recognize touch functionKyle Meyer
The touch flag was just recently documented: https://groups.google.com/d/msg/Snakemake/ZxUo20DV2KE/0S1rBj0XzwQJ
2015-06-03Coexist with Python mode Imenu itemsKyle Meyer
2015-06-03Expose --touch flag in snakemake-compile-ruleKyle Meyer