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
- Host: GitHub
- URL: https://github.com/dnlbauer/snakemake_sublime
- Owner: dnlbauer
- License: mit
- Created: 2021-04-26T07:39:23.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-27T08:41:19.000Z (about 5 years ago)
- Last Synced: 2025-09-12T02:32:27.119Z (9 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
}
```