https://github.com/luispedro/jug-gc-counts-tutorial
https://github.com/luispedro/jug-gc-counts-tutorial
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luispedro/jug-gc-counts-tutorial
- Owner: luispedro
- License: mit
- Created: 2021-07-19T09:42:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T02:05:20.000Z (over 2 years ago)
- Last Synced: 2025-01-19T06:43:37.973Z (over 1 year ago)
- Language: Python
- Size: 367 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.MIT
Awesome Lists containing this project
README
# Jug GC counting tutorial
To learn more about Jug, see the [Jug webpage](https://jug.rtfd.io/) or the Jug
paper:
> Coelho, L.P., (2017). Jug: Software for Parallel Reproducible Computation in
> Python. Journal of Open Research Software. 5(1), p.30.
>
> [doi:10.5334/jors.161](https://doi.org/10.5334/jors.161)
- `hello/`: basic hello world
- `gc-counts/`: semi-realistitic example based on [GMGC](https://gmgc.embl.de/) data
## Dependencies
```bash
conda create -n jug-tutorial python=3.11 Jug numpy pandas matplotlib ipython
conda activate jug-tutorial
```
Here we used Python `3.11`, but any recent version works (Jug support goes all the way from `3.5` to `3.12`)
# Metadata
- **Author**: [Luis Pedro Coelho](http://luispedro.org/)
([@luispedrocoelho](https://twitter.com/luispedrocoelho) on Twitter)
- **License**: MIT