Skip to content

Commit 1adea57

Browse files
Update README.md (#94)
1 parent 8d5d1b1 commit 1adea57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This package provides a stable interface for interactions between Snakemake and its executor plugins.
44

55
Plugins should implement the following skeleton to comply with this interface.
6-
It is recommended to use [Snakedeploy](https://snakedeploy.readthedocs.io) to set up the skeleton (and automated testing) within a python package, see https://snakedeploy.readthedocs.io/en/stable/snakemake_developers/scaffold_snakemake_plugins.html.
6+
It is recommended to use [Snakedeploy to set up the skeleton](https://snakedeploy.readthedocs.io/en/stable/snakemake_developers/scaffold_snakemake_plugins.html) (and automated testing) within a python package.
77

88
```python
99
from dataclasses import dataclass, field

0 commit comments

Comments
 (0)