From 0b50664534fb3aede0b1fabcec1261fc54ea99c0 Mon Sep 17 00:00:00 2001
From: Valerio De Patta Pillar <splot.valerio.pillar@rstudio1.idiv.de>
Date: Thu, 27 Feb 2020 16:03:31 +0100
Subject: [PATCH] fixed typo in 98

---
 98_SummarizeSimulations.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/98_SummarizeSimulations.R b/98_SummarizeSimulations.R
index 5f10067..45bb8bd 100644
--- a/98_SummarizeSimulations.R
+++ b/98_SummarizeSimulations.R
@@ -3,7 +3,7 @@
 ## It then plots the summarized output
 library(tidyverse)
 
-mypath <- "_data/Experiment_27Feb2020/"
+mypath <- "_data/Experiment_27Feb2020"
 
 myfiles <- list.files(path=mypath, pattern = "Summary.txt", recursive = T)
 output <- NULL
-- 
GitLab