Skip to content

Commit

Permalink
Add snakemake extension (#1293)
Browse files Browse the repository at this point in the history
[Snakemake](https://snakemake.readthedocs.io/en/stable/) is a workflow
management system similar to Makefiles widespread in science, especially
bioinformatics.
This extension extends Zed to handle Snakefiles.
  • Loading branch information
lvignoli committed Aug 23, 2024
1 parent 17b3e14 commit 6f6664b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,10 @@
path = extensions/smooth
url = https://github.com/segersniels/zed-smooth.git

[submodule "extensions/snakemake"]
path = extensions/snakemake
url = https://github.com/lvignoli/zed-snakemake

[submodule "extensions/snowflake"]
path = extensions/snowflake
url = https://github.com/bxxf/snowflake-zed.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,10 @@ version = "0.0.1"
submodule = "extensions/smooth"
version = "1.0.0"

[snakemake]
submodule = "extensions/snakemake"
version = "0.1.0"

[snippets]
submodule = "extensions/zed"
path = "extensions/snippets"
Expand Down
1 change: 1 addition & 0 deletions extensions/snakemake
Submodule snakemake added at 037d6b

0 comments on commit 6f6664b

Please sign in to comment.