An open API service indexing awesome lists of open source software.

https://github.com/luispedro/jug-gc-counts-tutorial


https://github.com/luispedro/jug-gc-counts-tutorial

Last synced: 2 months ago
JSON representation

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