From 6742792d1f0eb16c777e39cc60df4f032dd08e2d Mon Sep 17 00:00:00 2001 From: ahryhorzhevska Date: Tue, 12 Apr 2022 16:05:26 +0200 Subject: [PATCH] updated with the path to plot.R script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2be233..5064c02 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ ____ ### Exercise ex3: -Write a snakemake rule using the custom R script (plot.R) to plot two vectors generated in the **ex2**. +Write a snakemake rule using the custom R script (scripts/lot.R) to plot two vectors generated in the **ex2**. ____