/reproduce

A Julia package for creating, modifying and reproducing data analysis workflows.

Primary LanguageJuliaMIT LicenseMIT

Reproduce

Reproduce is a Julia package that supports creating, modifying, and reproducing data analysis workflows. Reproduce also supports the organization of related workflows into experiments that can also be easily reproduced.

Installation

This package is not yet registered in Julia's official package registry.

To install it, you can write in the REPL:

] add https://github.com/vp314/reproduce

It is also possible to clone the repository into a local directory. In that case, refer to Julia's Package Manager documentation: using someone else's project.

Acknowledgements