Skip to content
Snippets Groups Projects
Commit bd8c7fa1 authored by Maximilian Schmidt's avatar Maximilian Schmidt
Browse files

Fix path in Snakefile

parent 4de18509
No related branches found
No related tags found
1 merge request!1Add all necessary files for the multi-area model
......@@ -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:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment