blob: 44260ccd0ed3b8886396b4dbdbab58c943dbac24 (
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
36
37
38
39
|
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/
Contributing
------------
Please send bug reports, feature requests, and other questions to
snakemake-mode@inbox.kyleam.com
You can browse previous discussion and development via the
public-inbox [^2] archives at
https://inbox.kyleam.com/snakemake-mode/
If you'd like to contribute a patch, thank you! Please send
it to the same address.
For more information on sending patches, visit
<https://git-send-email.io/>.
[^2]: https://public-inbox.org/README
|