https://github.com/jepegit/cellpy_cookie_dev
https://github.com/jepegit/cellpy_cookie_dev
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jepegit/cellpy_cookie_dev
- Owner: jepegit
- License: mit
- Created: 2022-10-05T19:32:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T13:22:19.000Z (over 3 years ago)
- Last Synced: 2024-06-11T17:42:49.713Z (almost 2 years ago)
- Language: Jupyter Notebook
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Set up your experiment using `cellpy_cookie_standard`
The main reason for this repository is to let you easily create
a structure for performing a proper `cellpy` session.
The following template is suitable when processing a set of files
using the batch utility.
## Content
```bash
cellpy_project/
└── experiment_001
├── batch_file.json
├── data
│ ├── external
│ ├── interim
│ ├── processed
│ └── raw
├── out
│ └── note.md
├── notebook: 01_processing.ipynb
├── notebook: 02_further_processing.ipynb
├── notebook: 03_further_processing.ipynb
└── notebook: 04_further_processing.ipynb
```
## Notes
Remember to save your notebooks.