diff --git a/98_SummarizeSimulations.R b/98_SummarizeSimulations.R
index 5f10067c6cfe9a5ae23985caf4277082bf85a8e7..45bb8bdcf6ab7fad36838adc700534650315ff06 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