From 14ff6d943faa2c384b312289d268226d67fd2114 Mon Sep 17 00:00:00 2001 From: Kenzo-Hugo Hillion <hillion.kenzo@gmail.com> Date: Mon, 14 Dec 2020 14:40:30 +0100 Subject: [PATCH] update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 08f36d1..a067599 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 -- GitLab