Linux tool enabling reproducible experiments (unpacker)
Project description
ReproZip is a tool aimed at scientists using Linux distributions, that simplifies the process of creating reproducible experiments from programs.
It uses the ptrace facilities of Linux to trace the processes and files that are part of the experiment and build a comprehensive provenance graph for the user to review.
Then, it can pack these files in a package to allow for easy reproducibility elsewhere, either by unpacking and running on a compatible machine or by creating a virtual machine through Vagrant.
http://vida-nyu.github.io/reprozip/
Quickstart
Packing
On the machine where the experiment is setup, install reprozip:
$ pip install reprozip
Then run your experiment under reprozip’s monitoring (simply prefix reprozip trace):
$ reprozip trace ./myexperiment -my --options inputs/somefile.csv other_file_here.bin
This leaves you with a .reprozip directory, in which you’ll find the config.yml configuration file. In it, you can edit the command-line and environment variables, and choose which files are to be packed.
If you are using one of the supported Linux distributions (currently Debian and Ubuntu), these files are organized by package, plus an other_files: section at the end. You can add or remove files, or choose not to include a package by changing packfiles: true to packfiles: false; this allows you to make a smaller packs, since reprounzip can get these files from the package manager easily (however versions might differ).
Once done editing .reprozip/config.yml, or if you left everything as-is, simply run the packer: (note that you should review the configuration to be sure not to include sensitive information)
$ reprozip pack my_experiment.rpz
Unpacking
$ pip install reprounzip # Installing the packages on the host machine $ reprounzip installpkgs my_experiment.rpz # Unpacking in a directory $ reprounzip directory my_experiment.rpz mydirectory $ mydirectory/script.sh # Building a chroot environment $ reprounzip chroot my_experiment.rpz mychroot $ sudo mychroot/script.sh # Building a virtual machine (requires Vagrant) $ pip install reprounzip-vagrant $ reprounzip vagrant --use-chroot my_experiment.rpz mytemplate $ cd mytemplate; vagrant up $ vagrant ssh vagrant@vm$ sh /vagrant/script.sh
Links and references
This package holds the unpacker components (and the ‘reprounzip’ command-line utility); see reprozip for the packer (which only works on Linux).
Github page: https://github.com/ViDA-NYU/reprozip
Bug tracker: https://github.com/ViDA-NYU/reprozip/issues
Contact us at reprozip-users@vgc.poly.edu
ReproZip is currently being developed at NYU. The team includes:
Fernando Chirigati
Rémi Rampin
Dennis Shasha
Juliana Freire
Publications:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file reprounzip-0.3.2.tar.gz
.
File metadata
- Download URL: reprounzip-0.3.2.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 675f3cf15ba5d162d3fc66cb99894413d801d811ece8ad5e535bd4bdda8a5575 |
|
MD5 | b30bca0e9e88ca2a921ba12bc5d47994 |
|
BLAKE2b-256 | 02ceed033f45ac67980f1b3a6e200f64d484bc6dcf9f9f173f9a71830b3b0e9d |
File details
Details for the file reprounzip-0.3.2-py2.py3-none-any.whl
.
File metadata
- Download URL: reprounzip-0.3.2-py2.py3-none-any.whl
- Upload date:
- Size: 20.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45d2ed0cf18812f7794e93d6db53de245714624252fe828d1911277f4ed8e472 |
|
MD5 | 3816ad6d93ad72768462080767f79329 |
|
BLAKE2b-256 | 57b532b6394fa0fbe84629bf88dce90069a92380c194d54777aff73785f7db4e |