From bd8c7fa12f3dcee7cfdc298c6a10b906963f4420 Mon Sep 17 00:00:00 2001
From: Maximilian Schmidt <max.schmidt@fz-juelich.de>
Date: Thu, 29 Mar 2018 09:48:50 +0900
Subject: [PATCH] Fix path in Snakefile

---
 figures/Schmidt2017/Snakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/figures/Schmidt2017/Snakefile b/figures/Schmidt2017/Snakefile
index 1b5d22e..8baa383 100644
--- a/figures/Schmidt2017/Snakefile
+++ b/figures/Schmidt2017/Snakefile
@@ -15,7 +15,7 @@ rule VisualCortexData:
     output:
         os.path.join(datapath, 'viscortex_processed_data.json')
     shell:
-        'python ../../data_multiarea/VisualCortex_Data.py'
+        'python ../../multiarea_model/data_multiarea/VisualCortex_Data.py'
 
 rule Fig2_anatomy:
     output:
-- 
GitLab