You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,8 @@ Contributing is easy:
40
40
### Guidelines
41
41
42
42
1. A workflow repository shall consist of one Snakemake workflow.
43
-
2. The structure of the workflow should follow our [template](https://github.com/snakemake-workflows/cookiecutter-snakemake-workflow). You can create a new workflow with [cookiecutter](https://github.com/audreyr/cookiecutter) via `cookiecutter gh:snakemake-workflows/cookiecutter-snakemake-workflow`.
43
+
2. The structure of the workflow should follow our [template](https://github.com/snakemake-workflows/snakemake-workflow-template). You can create a new workflow from it by [clicking the `Use this template` button](https://github.com/snakemake-workflows/snakemake-workflow-template/generate) on the template repositories page. And just follow the TODOs from there.
44
44
3. Whenever possible, [Snakemake wrappers](https://snakemake-wrappers.readthedocs.io) should be used.
45
45
4. The workflow should be configurable via a well documented YAML-based configuration file and (when necessary) a sample and a unit sheet (see [here](https://github.com/snakemake-workflows/rna-seq-star-deseq2) for an example).
46
46
5. The workflow has to define an (integration-style) test case that is configured via the `.travis.yml` file in the skeleton.
47
+
6. For inclusion in the [snakemake workflow catalog](https://snakemake.github.io/snakemake-workflow-catalog/), further follow [the catalog inclusion requirements](https://snakemake.github.io/snakemake-workflow-catalog?rules=true).
0 commit comments