Skip to content
KenWWW edited this page Jul 11, 2023 · 10 revisions

Set up

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.

Resync

When you need to resync data from projects, run make sync-data, which will resync your data/plotting folder

Clone this wiki locally