aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 43f102aaa99d69d13f017616aae42d8d5f7d93f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

[![Build Status](https://travis-ci.org/kyleam/snakemake-mode.svg?branch=master)](https://travis-ci.org/kyleam/snakemake-mode)

This repo contains two Emacs libraries for [Snakemake].

* [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].

[Snakemake]: https://bitbucket.org/snakemake/snakemake/wiki/Home
[snakemake-mode.el]: https://github.com/kyleam/snakemake-mode/blob/master/snakemake-mode.el#L24
[snakemake.el]: https://github.com/kyleam/snakemake-mode/blob/master/snakemake.el#L21
[snakemake-mode package]: https://melpa.org/#/snakemake-mode