diff --git a/README.md b/README.md index 08f36d1a4a4b40929ba85c474b307699c1428356..a067599d1d45fd438a54661a16fd57dd3230129f 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ This repository aims to gather Snakemake descriptions. They all try to follow some rules in order to make them easily reusable from one workflow to another. -Thus, the repository is splitted in two sections: +Thus, the repository is splitted in three sections: -* [__tools__](tools/): All tool descriptions. These are not meant to be used directly and need to be refered in another Snakefile -* [__subworkflows__](subworkflows/): Supposed to behave as tool descriptions, meaning that they need to be refered in another Snakefile to be used -* [__workflows__](workflows/): All workflows that are supposed to be usable directly \ No newline at end of file +* [__tools__](tools/): All tool descriptions. These are not meant to be used directly and need to be refered in another Snakefile. +* [__subworkflows__](subworkflows/): Supposed to behave as tool descriptions, meaning that they need to be refered in another Snakefile to be used. +* [__workflows__](workflows/): All workflows that are supposed to be usable directly. \ No newline at end of file