From 3f31910d89fb3a90cf657a0aa8402fb5866d31fa Mon Sep 17 00:00:00 2001 From: Sacha van Albada <sacha.vanalbada@gmail.com> Date: Tue, 5 Nov 2019 17:54:44 +0100 Subject: [PATCH] updated README to reflect that the figures from all three papers can be reproduced --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4684275..5ce8da8 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,8 @@ basic analysis and plotting. ## Analysis and figure scripts for [1-3] The `figures` folder contains a subfolder with all scripts necessary to produce -the figures from [1]. The scripts for [2] and [3] will follow soon. -If Snakemake (Köster J & Rahmann S, Bioinformatics (2012) 28(19): 2520-2522) is installed, the figures can be produced by executing +the figures from [1--3]. If Snakemake (Köster J & Rahmann S, Bioinformatics (2012) 28(19): 2520-2522) +is installed, the figures can be produced by executing `snakemake` in the respective folder, e.g.: cd figures/Schmidt2018/ -- GitLab