@@ -2,7 +2,7 @@ Your final Snakemake exercise is to apply `Snakemake` concepts to implement `dee
Hint:
- Before creating the heatmap you need to use [computeMatrix](https://deeptools.readthedocs.io/en/develop/content/tools/computeMatrix.html)
- The TSS coordinates in bed format can be found at [data/ensembl_genes_TSS.bed](data/ensembl_genes_TSS.bed)
- A template for the rule can be found at [workflow/rules/heatmap.smk](workflow/rules/heatmap.smk), feel free to edit it.
- The TSS coordinates in bed format can be found at [data/ensembl_genes_TSS.bed](https://ascgitlab.helmholtz-muenchen.de/chromatin_summer_school_2022/workflows/snakemake-ngs-processing/-/blob/main/data/ensembl_genes_TSS.bed)
- A template for the rule can be found at [workflow/rules/heatmap.smk](https://ascgitlab.helmholtz-muenchen.de/chromatin_summer_school_2022/workflows/snakemake-ngs-processing/-/blob/main/workflow/rules/heatmap.smk), feel free to edit it.