blob: 556bdc2d1b6c111b575ded170bc6fd86ad18c0af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
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 transient [^2] 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/
[^2]: https://magit.vc/manual/transient/
Contributing
------------
Bug reports, patches, questions, and other feedback are welcome.
Please send a plain-text email to
snakemake-mode@inbox.kyleam.com
Messages that include this address are public and available as
public-inbox [^3] archives at
https://inbox.kyleam.com/snakemake-mode/
[^3]: https://public-inbox.org/README
|