blob: 99131385cec553fb4df81c17785b79084edaed06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Emacs support for Snakemake
===========================
This repo contains two Emacs libraries for Snakemake [^1].
* snakemake-mode.el provides a major mode for editing Snakemake
files.
* snakemake.el defines a popup interface for calling Snakemake.
See the header of each file for more information.
Both of these are available on MELPA under the snakemake-mode package:
https://melpa.org/#/snakemake-mode
[^1]: https://snakemake.readthedocs.io/en/stable/
|