-
Notifications
You must be signed in to change notification settings - Fork 3
Set up
KenWWW edited this page Jul 11, 2023
·
10 revisions
For first time setting up, run make link-data in terminal. This will create folder structures as below:
247-plotting
│ Makefile
│ README.md
│
└───data
│ │
│ └───encoding
│ │
│ └───pickling
│ │
│ └───plotting
│
└───old-scripts
│
└───results
│ │
│ └───figures
│
└───scripts
where data/encoding is linked to your 247-encoding/results/ and data/pickling is linked to your 247-pickling/results/. data/plotting is copied from /projects/HASSON/247/plotting/.
The reason why we are copying for data/plotting and not syncing is because it's a shared folder for everyone. We don't want your changes to affect the shared folder.
When you need to resync data from projects, run make sync-data, which will resync your data/plotting folder