An open API service indexing awesome lists of open source software.

https://github.com/dnlbauer/snakemake_sublime

Build System, Syntax Highlighting and Snippets for Snakemake
https://github.com/dnlbauer/snakemake_sublime

Last synced: 8 months ago
JSON representation

Build System, Syntax Highlighting and Snippets for Snakemake

Awesome Lists containing this project

README

          

# Snakemake Sublime

Build System, Syntax Highlighting and Snippets for Snakemake

### Building
The build system will automatically pick up the Snakefile if one is opened
or in the current folder. Paths can also be specified in the sublime project
file:

```json
{
"folders":
[
{
"path": "."
}
],
"snakemake": {
"snakefile": "./Snakefile",
"working_dir": "/home/some_user/projects/snakemake_example_project"
}
}
```