reprounzip

tool for reproducing scientific experiments (unpacker)

Install

All systems
curl cmd.cat/reprounzip.sh
Debian Debian
apt-get install reprounzip
Ubuntu
apt-get install reprounzip
image/svg+xml Kali Linux
apt-get install reprounzip
Windows (WSL2)
sudo apt-get update sudo apt-get install reprounzip

reprounzip

tool for reproducing scientific experiments (unpacker)

ReproZip is a tool aimed at simplifying the process of creating reproducible experiments from command-line executions, a frequently-used common denominator in computational science. It tracks operating system calls and creates a package that contains all the binaries, files and dependencies required to run a given command on the author’s computational environment (packing step). A reviewer can then extract the experiment in his environment to reproduce the results (unpacking step). This package provides the ReproZip unpacker.