Skip to content
Snippets Groups Projects
Commit 14ff6d94 authored by Kenzo-Hugo Hillion's avatar Kenzo-Hugo Hillion ♻️
Browse files

update README.md

parent 18caac99
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment